2 lines
104 B
Plaintext
2 lines
104 B
Plaintext
CreateViewStmt <- 'RECURSIVE'? 'VIEW' IfNotExists? QualifiedName InsertColumnList? 'AS' SelectStatement
|