File tree Expand file tree Collapse file tree 1 file changed +218
-0
lines changed
Expand file tree Collapse file tree 1 file changed +218
-0
lines changed Original file line number Diff line number Diff line change 1+ YDB_KEYWORDS = {
2+ "abort" ,
3+ "action" ,
4+ "add" ,
5+ "after" ,
6+ "all" ,
7+ "alter" ,
8+ "analyze" ,
9+ "and" ,
10+ "ansi" ,
11+ "any" ,
12+ "array" ,
13+ "as" ,
14+ "asc" ,
15+ "assume" ,
16+ "async" ,
17+ "attach" ,
18+ "autoincrement" ,
19+ "before" ,
20+ "begin" ,
21+ "bernoulli" ,
22+ "between" ,
23+ "bitcast" ,
24+ "by" ,
25+ "cascade" ,
26+ "case" ,
27+ "cast" ,
28+ "changefeed" ,
29+ "check" ,
30+ "collate" ,
31+ "column" ,
32+ "columns" ,
33+ "commit" ,
34+ "compact" ,
35+ "conditional" ,
36+ "conflict" ,
37+ "constraint" ,
38+ "consumer" ,
39+ "cover" ,
40+ "create" ,
41+ "cross" ,
42+ "cube" ,
43+ "current" ,
44+ "current_date" ,
45+ "current_time" ,
46+ "current_timestamp" ,
47+ "data" ,
48+ "database" ,
49+ "decimal" ,
50+ "declare" ,
51+ "default" ,
52+ "deferrable" ,
53+ "deferred" ,
54+ "define" ,
55+ "delete" ,
56+ "desc" ,
57+ "detach" ,
58+ "disable" ,
59+ "discard" ,
60+ "distinct" ,
61+ "do" ,
62+ "drop" ,
63+ "each" ,
64+ "else" ,
65+ "empty" ,
66+ "empty_action" ,
67+ "encrypted" ,
68+ "end" ,
69+ "erase" ,
70+ "error" ,
71+ "escape" ,
72+ "evaluate" ,
73+ "except" ,
74+ "exclude" ,
75+ "exclusion" ,
76+ "exclusive" ,
77+ "exists" ,
78+ "explain" ,
79+ "export" ,
80+ "external" ,
81+ "fail" ,
82+ "family" ,
83+ "filter" ,
84+ "flatten" ,
85+ "following" ,
86+ "for" ,
87+ "foreign" ,
88+ "from" ,
89+ "full" ,
90+ "function" ,
91+ "glob" ,
92+ "group" ,
93+ "grouping" ,
94+ "groups" ,
95+ "hash" ,
96+ "having" ,
97+ "hop" ,
98+ "if" ,
99+ "ignore" ,
100+ "ilike" ,
101+ "immediate" ,
102+ "import" ,
103+ "in" ,
104+ "index" ,
105+ "indexed" ,
106+ "inherits" ,
107+ "initially" ,
108+ "inner" ,
109+ "insert" ,
110+ "instead" ,
111+ "intersect" ,
112+ "into" ,
113+ "is" ,
114+ "isnull" ,
115+ "join" ,
116+ "json_exists" ,
117+ "json_query" ,
118+ "json_value" ,
119+ "key" ,
120+ "left" ,
121+ "like" ,
122+ "limit" ,
123+ "local" ,
124+ "match" ,
125+ "natural" ,
126+ "no" ,
127+ "not" ,
128+ "notnull" ,
129+ "null" ,
130+ "nulls" ,
131+ "object" ,
132+ "of" ,
133+ "offset" ,
134+ "on" ,
135+ "only" ,
136+ "or" ,
137+ "order" ,
138+ "others" ,
139+ "outer" ,
140+ "over" ,
141+ "partition" ,
142+ "passing" ,
143+ "password" ,
144+ "plan" ,
145+ "pragma" ,
146+ "preceding" ,
147+ "presort" ,
148+ "primary" ,
149+ "process" ,
150+ "raise" ,
151+ "range" ,
152+ "reduce" ,
153+ "references" ,
154+ "regexp" ,
155+ "reindex" ,
156+ "release" ,
157+ "rename" ,
158+ "replace" ,
159+ "replication" ,
160+ "reset" ,
161+ "respect" ,
162+ "restrict" ,
163+ "result" ,
164+ "return" ,
165+ "returning" ,
166+ "revert" ,
167+ "right" ,
168+ "rlike" ,
169+ "rollback" ,
170+ "rollup" ,
171+ "row" ,
172+ "rows" ,
173+ "sample" ,
174+ "savepoint" ,
175+ "schema" ,
176+ "select" ,
177+ "semi" ,
178+ "sets" ,
179+ "source" ,
180+ "stream" ,
181+ "subquery" ,
182+ "symbols" ,
183+ "sync" ,
184+ "system" ,
185+ "table" ,
186+ "tablesample" ,
187+ "tablestore" ,
188+ "temp" ,
189+ "temporary" ,
190+ "then" ,
191+ "ties" ,
192+ "to" ,
193+ "topic" ,
194+ "transaction" ,
195+ "trigger" ,
196+ "type" ,
197+ "unbounded" ,
198+ "unconditional" ,
199+ "union" ,
200+ "unique" ,
201+ "unknown" ,
202+ "update" ,
203+ "upsert" ,
204+ "use" ,
205+ "user" ,
206+ "using" ,
207+ "vacuum" ,
208+ "values" ,
209+ "view" ,
210+ "virtual" ,
211+ "when" ,
212+ "where" ,
213+ "window" ,
214+ "with" ,
215+ "without" ,
216+ "wrapper" ,
217+ "xor" ,
218+ }
You can’t perform that action at this time.
0 commit comments