4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
UseStatement <- 'USE' UseTarget
|
|
|
|
UseTarget <- (CatalogName '.' ReservedSchemaName) / SchemaName / CatalogName
|