should be it
This commit is contained in:
5
external/duckdb/extension/autocomplete/grammar/statements/export.gram
vendored
Normal file
5
external/duckdb/extension/autocomplete/grammar/statements/export.gram
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
ExportStatement <- 'EXPORT' 'DATABASE' ExportSource? StringLiteral Parens(GenericCopyOptionList)?
|
||||
|
||||
ExportSource <- CatalogName 'TO'
|
||||
|
||||
ImportStatement <- 'IMPORT' 'DATABASE' StringLiteral
|
||||
Reference in New Issue
Block a user