mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
Add section on syntax, identifiers and literals and on single vs double quotes. (cherry picked from commit aafdb598082e451f36294bd174d0887a276d8c7f)
17 lines
428 B
Plaintext
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[]
|