-
Notifications
You must be signed in to change notification settings - Fork 659
COLUMN
Mathias Rangel Wulff edited this page Nov 24, 2015
·
5 revisions
Syntax:
-- Result modifier for a `SELECT`
COLUMN OF SELECT ...
SELECT COLUMN ...
-- Normal SQL
ALTER TABLE table ADD COLUMN column type
SELECT * REMOVE COLUMN (column | LIKE mask)
You can set query modifier for all SELECTs:
alasql.options.modifier = 'COLUMN';
See also: [ADD COLUMN](Add Column), [REMOVE COLUMN](Remove Column), RECORDSET, VALUE, ROW
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo