-
Notifications
You must be signed in to change notification settings - Fork 664
COLUMN
Mathias Rangel Wulff edited this page Jun 12, 2015
·
5 revisions
Syntax:
SELECT COLUMN ...
ALTER TABLE table ADD COLUMN column type
SELECT * REMOVE COLUMN (column | LIKE mask)
See also: [SELECT COLUMN](Select Column), [ADD COLUMN](Add Column), [REMOVE COLUMN](Remove Column)
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo