NOT NULL | NULL
Description
Grammar Syntax
NOT NULL | NULLSample Source Patterns
Input Code:
CREATE TABLE table1 (
col1 INTEGER NOT NULL,
col2 INTEGER NULL
);Output Code:
Related EWIs
Last updated
