mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible. Relates to #79309, #31619
17 lines
585 B
Text
17 lines
585 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-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-columns.asciidoc[]
|
|
include::show-functions.asciidoc[]
|
|
include::show-tables.asciidoc[]
|