Skip to content

Add Column

Andrey Gershun edited this page May 28, 2015 · 2 revisions

ADD COLUMN

Syntax:

    ALTER TABLE tableid ADD COLUMN columnid type;

See also: [ALTER TABLE](Alter Table)

Clone this wiki locally