mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-27 00:27:25 -04:00
16 lines
421 B
Text
16 lines
421 B
Text
[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[]
|