We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9c09c commit ad2dedbCopy full SHA for ad2dedb
docs/statement/variables.md
@@ -12,4 +12,4 @@ You can use the variable like any other symbol using the name
12
13
```sql
14
SELECT @one
15
-```
+```
docs/structure/tables.md
@@ -1,4 +1,12 @@
1
-## GQL Tables
+## GQL Tables
2
+
3
+You can see list of all tables directly in the repl using
4
5
+```sql
6
+show tables
7
8
9
10
---
11
### References table
@@ -57,4 +65,4 @@
57
65
| Name | Type | Description |
58
66
| ---- | ---- | -------------------- |
59
67
| name | Text | Tag name |
60
-| repo | Text | Repository full path |
68
+| repo | Text | Repository full path |
0 commit comments