mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
SQL's asciidoc files were all named `sql-the-thing.asciidoc` but our standard is to name asciidoc files `the-thing.asciidoc` and keep them in appropriate directories. relates elastic/x-pack-elasticsearch#3182 Original commit: elastic/x-pack-elasticsearch@ab81763ffd
10 lines
303 B
Plaintext
10 lines
303 B
Plaintext
[[sql-spec]]
|
|
== SQL Language
|
|
|
|
This chapter describes the SQL syntax and data types supported in X-Pack.
|
|
As a general rule, the syntax tries to adhere as much as possible to ANSI SQL to make the transition seamless.
|
|
|
|
include::data-types.asciidoc[]
|
|
include::syntax.asciidoc[]
|
|
include::reserved.asciidoc[]
|