OpenSearch/docs/reference/sql/language/index.asciidoc

17 lines
428 B
Plaintext
Raw Normal View History

2018-06-22 18:40:25 -04:00
[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
2018-09-04 12:26:28 -04:00
<<sql-index-patterns>>:: Index patterns
include::syntax/lexic/index.asciidoc[]
include::syntax/commands/index.asciidoc[]
include::data-types.asciidoc[]
include::index-patterns.asciidoc[]