NOT NULL | NULL
Description
NOT NULL specifies that the column isn't allowed to contain null values. NULL, the default, specifies that the column accepts null values.
Click here to navigate to the Amazon Redshift docs page for this syntax.
Grammar Syntax
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Related EWIs
There are no known issues.
Last updated