Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/grammar/flink/FlinkSqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ddlStatement
| createFunction
| createCatalog
| alterTable
| alertView
| alterView
| alterDatabase
| alterFunction
| dropCatalog
Expand Down Expand Up @@ -375,7 +375,7 @@ notForced
: KW_NOT KW_ENFORCED
;

alertView
alterView
: KW_ALTER KW_VIEW viewPath (renameDefinition | KW_AS queryStatement)
;

Expand Down Expand Up @@ -1213,4 +1213,4 @@ nonReservedKeywords
| KW_WEEK
| KW_YEARS
| KW_ZONE
;
;
Loading