-
Notifications
You must be signed in to change notification settings - Fork 664
Default
Andrey Gershun edited this page May 28, 2015
·
3 revisions
Syntax:
CREATE TABLE tableid (
columnid type DEFAULT expression
);
AlaSQL supports column DEFAULT
keyword:
alasql("CREATE TABLE test (a INT, \
b INT DEFAULT 100)");
See also: [INSERT DEFAULT](Insert Default)
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo