mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
9fdf4215dd
(cherry picked from commit a3cc03eb1503df24c1706a721fcc9af38c3b2873) (cherry picked from commit f42dcf2ffd7bd25f3f91aa6127515f393cd1860f)
17 lines
421 B
Plaintext
17 lines
421 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::indices.asciidoc[]
|