SQL$HELP_OLD72.HLB  —  ALTER  TABLE  Arguments  ADD_COLUMN
    Creates an additional column in the table. SQL adds the column
    after all existing columns in the table unless the position-
    clause relocates the new column. The column definition specifies
    a data type or domain name, optional default value, optional
    column constraints, and optional formatting clauses.

    The COLUMN keyword is optional.
Close Help