Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/category.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"user/ppl/functions/system.md",
"user/ppl/general/comments.md",
"user/ppl/general/datatypes.md",
"user/ppl/general/identifiers.md"
"user/ppl/general/identifiers.md",
"user/ppl/tutorials/getting-started.md"
],
"sql_cli": [
"user/dql/expressions.rst",
Expand Down
5 changes: 3 additions & 2 deletions docs/user/dql/metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Example 1: Show All Indices Information
SQL query::

os> SHOW TABLES LIKE '%'
fetched rows / total rows = 24/24
fetched rows / total rows = 25/25
+----------------+-------------+-------------------+------------+---------+----------+------------+-----------+---------------------------+----------------+
| TABLE_CAT | TABLE_SCHEM | TABLE_NAME | TABLE_TYPE | REMARKS | TYPE_CAT | TYPE_SCHEM | TYPE_NAME | SELF_REFERENCING_COL_NAME | REF_GENERATION |
|----------------+-------------+-------------------+------------+---------+----------+------------+-----------+---------------------------+----------------|
Expand All @@ -48,10 +48,11 @@ SQL query::
| docTestCluster | null | events_many_hosts | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | events_null | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | json_test | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | mvcombine_data | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | mvcombine_data | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | nested | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | nyc_taxi | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | occupation | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | otel_logs | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | otellogs | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | people | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | state_country | BASE TABLE | null | null | null | null | null | null |
Expand Down
308 changes: 208 additions & 100 deletions docs/user/ppl/index.md

Large diffs are not rendered by default.

Loading
Loading