-
Notifications
You must be signed in to change notification settings - Fork 681
ALTER
Andrey Gershun edited this page May 27, 2015
·
2 revisions
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)
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo