-
Notifications
You must be signed in to change notification settings - Fork 690
Null
Andrey Gershun edited this page May 25, 2015
·
8 revisions
AlaSQL supports NULL keyword.
You can set NULL column constraint. In this example the partname column can accept NULL values.
CREATE TABLE dbo.Parts (
partid INT NOT NULL PRIMARY KEY,
partname VARCHAR(25) NULL
);© 2014-2026, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo