-
Couldn't load subscription status.
- Fork 688
Insert Default Values
Mathias Rangel Wulff edited this page Jun 12, 2015
·
3 revisions
Syntax:
INSERT INTO tableid DEFAULT VALUES;For example:
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