index.asciidoc 610 B

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