elasticsearch/docs/reference/sql/language/syntax/commands/index.asciidoc
Bogdan Pintea 2e7e8ff2f0
SQL: Add CCS SQL documentation (#81545) (#82283)
This adds the documentation for CCS SQL.

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
(cherry picked from commit 13a0e420a3)
2022-01-05 16:23:53 -05:00

19 lines
675 B
Text

[role="xpack"]
[[sql-commands]]
=== SQL Commands
This section contains the list of SQL commands supported by {es-sql} along with their syntax:
<<sql-syntax-describe-table>>:: Describe a table.
<<sql-syntax-select>>:: Retrieve rows from zero or more tables.
<<sql-syntax-show-catalogs>>:: List available catalogs.
<<sql-syntax-show-columns>>:: List columns in table.
<<sql-syntax-show-functions>>:: List supported functions.
<<sql-syntax-show-tables>>:: List tables available.
include::describe-table.asciidoc[]
include::select.asciidoc[]
include::show-catalogs.asciidoc[]
include::show-columns.asciidoc[]
include::show-functions.asciidoc[]
include::show-tables.asciidoc[]