index.asciidoc 403 B

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