OpenSearch/docs/en/sql/language/sql-language.asciidoc
Costin Leau cdfe0f1f5a Revert "Revert "Merge branch 'feature/sql'""
This reverts commit elastic/x-pack-elasticsearch@cc79e19911.

We'll merge this when we're good and ready.

Original commit: elastic/x-pack-elasticsearch@b3ef4f2836
2017-12-13 10:19:31 -05:00

10 lines
315 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::sql-data-types.asciidoc[]
include::sql-syntax.asciidoc[]
include::sql-reserved.asciidoc[]