Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 131 Bytes

Add-Column.md

File metadata and controls

9 lines (6 loc) · 131 Bytes

Keyword ADD COLUMN

Syntax:

    ALTER TABLE tableid ADD COLUMN columnid type;

See also: [ALTER TABLE](Alter Table)