There was an error while loading. Please reload this page.
DEFAULT VALUES
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');
See also: DEFAULT, INSERT
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL