index.asciidoc 421 B

12345678910111213141516
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[sql-spec]]
  4. == SQL Language
  5. This chapter describes the SQL syntax and semantics supported namely:
  6. <<sql-lexical-structure>>:: Lexical structure
  7. <<sql-commands>>:: Commands
  8. <<sql-data-types>>:: Data types
  9. <<sql-index-patterns>>:: Index patterns
  10. include::syntax/lexic/index.asciidoc[]
  11. include::syntax/commands/index.asciidoc[]
  12. include::data-types.asciidoc[]
  13. include::indices.asciidoc[]