Skip to content

Default

Andrey Gershun edited this page May 25, 2015 · 3 revisions

DEFAULT

AlaSQL supports column DEFAULT keyword:

    alasql("CREATE TABLE test (a INT, \
            b INT DEFAULT 100)");
Clone this wiki locally