OpenSearch/docs/en/sql/language/sql-language.asciidoc

10 lines
315 B
Plaintext
Raw Normal View History

[[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[]