index.asciidoc 602 B

123456789101112131415161718
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[sql-commands]]
  4. == SQL Commands
  5. This section contains the list of SQL commands supported by {es-sql} along with their syntax:
  6. <<sql-syntax-describe-table>>:: Describe a table.
  7. <<sql-syntax-select>>:: Retrieve rows from zero or more tables.
  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-columns.asciidoc[]
  14. include::show-functions.asciidoc[]
  15. include::show-tables.asciidoc[]