Quadcap Software

Quadcap Embeddable Database

Quadcap Software

Syntax

alterColumn
  :  "alter" 
    (  "column" 
    |  
    ) 
    sqlId 
    (  "set" "default" expression 
    |  "drop" "default" 
    ) 
    
  ;


ALTER TABLE ALTER COLUMN

Add or drop a default value for the specified column.