|
|
|
Quadcap Embeddable Database Quadcap Software |
SyntaxalterTableStmt : "alter" "table" sqlId ( addConstraint | addColumn | dropConstraint | dropColumn | alterColumn | renameTable ) ; ALTER TABLE statementsVarious operations are specified by SQL92 to modify an existing table definition: |