aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/docs/en/syntax/index.md
blob: cd9ca6d592a7623a9749f2721e9662ce93f76f9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# List of articles on YQL syntax

* [Lexical structure](lexer.md)
* [Expressions](expressions.md)
* [ACTION](action.md)
* [COMMIT](commit.md)
* [DECLARE](declare.md)
* [DISCARD](discard.md)
* [EXPORT and IMPORT](export_import.md)
* [FLATTEN](flatten.md)
* [GROUP BY](group_by.md)
* [INSERT](insert_into.md)
* [INTO RESULT](into_result.md)
* [JOIN](join.md)
* [PRAGMA](pragma.md)
* [PROCESS](process.md)
* [REDUCE](reduce.md)
* [SELECT](select/index.md)
* [SUBQUERY](subquery.md)
* [USE](use.md)
* [VALUES](values.md)
* [WINDOW](window.md)