Files
email-tracker/external/duckdb/extension/autocomplete/grammar/statements/export.gram
2025-10-24 19:21:19 -05:00

6 lines
186 B
Plaintext

ExportStatement <- 'EXPORT' 'DATABASE' ExportSource? StringLiteral Parens(GenericCopyOptionList)?
ExportSource <- CatalogName 'TO'
ImportStatement <- 'IMPORT' 'DATABASE' StringLiteral