Skip to content

Commit ad2dedb

Browse files
committed
feat: add information about show tables in docs
1 parent 8b9c09c commit ad2dedb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/statement/variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ You can use the variable like any other symbol using the name
1212

1313
```sql
1414
SELECT @one
15-
```
15+
```

docs/structure/tables.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## GQL Tables
1+
## 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+
210
---
311

412
### References table
@@ -57,4 +65,4 @@
5765
| Name | Type | Description |
5866
| ---- | ---- | -------------------- |
5967
| name | Text | Tag name |
60-
| repo | Text | Repository full path |
68+
| repo | Text | Repository full path |

0 commit comments

Comments
 (0)