7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
AttachStatement <- 'ATTACH' OrReplace? IfNotExists? Database? DatabasePath AttachAlias? AttachOptions?
|
|
|
|
Database <- 'DATABASE'
|
|
DatabasePath <- StringLiteral
|
|
AttachAlias <- 'AS' ColId
|
|
AttachOptions <- Parens(GenericCopyOptionList)
|