Costin Leau 9357c17288 SQL: Doc on syntax (identifiers in particular) (#38662)
Add section on syntax, identifiers and literals and on single vs double quotes.

(cherry picked from commit aafdb598082e451f36294bd174d0887a276d8c7f)
2019-02-15 15:24:33 +02:00

17 lines
428 B
Plaintext

[role="xpack"]
[testenv="basic"]
[[sql-spec]]
== SQL Language
This chapter describes the SQL syntax and semantics supported namely:
<<sql-lexical-structure>>:: Lexical structure
<<sql-commands>>:: Commands
<<sql-data-types>>:: Data types
<<sql-index-patterns>>:: Index patterns
include::syntax/lexic/index.asciidoc[]
include::syntax/commands/index.asciidoc[]
include::data-types.asciidoc[]
include::index-patterns.asciidoc[]