We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2675c29 commit 31809e1Copy full SHA for 31809e1
1 file changed
src/grammar/keywords.ts
@@ -120,6 +120,7 @@ export const keywords: string[] = [
120
"option",
121
"or",
122
"order",
123
+ "ordinality",
124
"others",
125
"outer",
126
"over",
@@ -186,6 +187,7 @@ export const keywords: string[] = [
186
187
"unbounded",
188
"union",
189
"unlock",
190
+ "unnest",
191
"unpivot",
192
"update",
193
"upsert",
0 commit comments