should be it
This commit is contained in:
1
external/duckdb/extension/autocomplete/grammar/statements/create_view.gram
vendored
Normal file
1
external/duckdb/extension/autocomplete/grammar/statements/create_view.gram
vendored
Normal file
@@ -0,0 +1 @@
|
||||
CreateViewStmt <- 'RECURSIVE'? 'VIEW' IfNotExists? QualifiedName InsertColumnList? 'AS' SelectStatement
|
||||
Reference in New Issue
Block a user