index.asciidoc 675 B

12345678910111213141516171819
  1. [role="xpack"]
  2. [[sql-commands]]
  3. === SQL Commands
  4. This section contains the list of SQL commands supported by {es-sql} along with their syntax:
  5. <<sql-syntax-describe-table>>:: Describe a table.
  6. <<sql-syntax-select>>:: Retrieve rows from zero or more tables.
  7. <<sql-syntax-show-catalogs>>:: List available catalogs.
  8. <<sql-syntax-show-columns>>:: List columns in table.
  9. <<sql-syntax-show-functions>>:: List supported functions.
  10. <<sql-syntax-show-tables>>:: List tables available.
  11. include::describe-table.asciidoc[]
  12. include::select.asciidoc[]
  13. include::show-catalogs.asciidoc[]
  14. include::show-columns.asciidoc[]
  15. include::show-functions.asciidoc[]
  16. include::show-tables.asciidoc[]