-
Notifications
You must be signed in to change notification settings - Fork 664
Insert Default Values
agershun edited this page Dec 13, 2014
·
3 revisions
alasql('CREATE TABLE Orders (OrderNo INT DEFAULT 1, Desc STRING DEFAULT "Something")');
alasql('INSERT INTO Orders DEFAULT VALUES');
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo