Skip to content
Andrey Gershun edited this page May 27, 2015 · 2 revisions

ALTER - altering operator

Syntax:

    ALTER TABLE tableid ADD COLUMN column type
    ALTER TABLE oldname RENAME TO newname

See also: [ALTER TABLE](Alter Table), [ADD COLUMN](Add Column), [RENAME TABLE](Rename Table)

Clone this wiki locally