Quadcap Software

Quadcap Embeddable Database

Quadcap Software

Syntax

alterTableStmt
  :  "alter" "table" sqlId 
    (  addConstraint 
    |  addColumn 
    |  dropConstraint 
    |  dropColumn 
    |  alterColumn 
    |  renameTable 
    ) 
  ;


ALTER TABLE statements

Various operations are specified by SQL92 to modify an existing table definition: