We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6176339 commit 9ba5100Copy full SHA for 9ba5100
src/grammar/flink/FlinkSqlParser.g4
@@ -49,7 +49,7 @@ ddlStatement
49
| createFunction
50
| createCatalog
51
| alterTable
52
- | alertView
+ | alterView
53
| alterDatabase
54
| alterFunction
55
| dropCatalog
@@ -375,7 +375,7 @@ notForced
375
: KW_NOT KW_ENFORCED
376
;
377
378
-alertView
+alterView
379
: KW_ALTER KW_VIEW viewPath (renameDefinition | KW_AS queryStatement)
380
381
@@ -1213,4 +1213,4 @@ nonReservedKeywords
1213
| KW_WEEK
1214
| KW_YEARS
1215
| KW_ZONE
1216
- ;
+ ;
0 commit comments