should be it
This commit is contained in:
6
external/duckdb/extension/autocomplete/grammar/statements/attach.gram
vendored
Normal file
6
external/duckdb/extension/autocomplete/grammar/statements/attach.gram
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
AttachStatement <- 'ATTACH' OrReplace? IfNotExists? Database? DatabasePath AttachAlias? AttachOptions?
|
||||
|
||||
Database <- 'DATABASE'
|
||||
DatabasePath <- StringLiteral
|
||||
AttachAlias <- 'AS' ColId
|
||||
AttachOptions <- Parens(GenericCopyOptionList)
|
||||
Reference in New Issue
Block a user