Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/category.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
],
"ppl_cli": [
"user/ppl/cmd/ad.rst",
"user/ppl/cmd/bin.rst",
"user/ppl/cmd/dedup.rst",
"user/ppl/cmd/describe.rst",
"user/ppl/cmd/showdatasources.rst",
Expand Down Expand Up @@ -55,6 +54,7 @@
],
"ppl_cli_calcite": [
"user/ppl/cmd/append.rst",
"user/ppl/cmd/bin.rst",
"user/ppl/functions/condition.rst",
"user/ppl/cmd/eventstats.rst",
"user/ppl/cmd/fields.rst",
Expand Down
3 changes: 2 additions & 1 deletion 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 = 17/17
fetched rows / total rows = 18/18
+----------------+-------------+------------------+------------+---------+----------+------------+-----------+---------------------------+----------------+
| TABLE_CAT | TABLE_SCHEM | TABLE_NAME | TABLE_TYPE | REMARKS | TYPE_CAT | TYPE_SCHEM | TYPE_NAME | SELF_REFERENCING_COL_NAME | REF_GENERATION |
|----------------+-------------+------------------+------------+---------+----------+------------+-----------+---------------------------+----------------|
Expand All @@ -52,6 +52,7 @@ SQL query::
| 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 |
| docTestCluster | null | time_test | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | weblogs | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | wildcard | BASE TABLE | null | null | null | null | null | null |
| docTestCluster | null | work_information | BASE TABLE | null | null | null | null | null | null |
Expand Down
Loading
Loading