Making Changes to Columns | ALTER TABLE | Teradata Vantage - Changing Column Attributes: NOT NULL or NULL - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
jpx1556733107962.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

When changing columns from NULL to NOT NULL, or from NOT NULL to NULL, refer to the following table:

Column Attribute Composite Changes
NULL Not permitted.
NOT NULL Permitted.

The following rules define how columns defined with NULL or NOT NULL attributes can be altered:

This column type … When defined as … Can be altered to this column type …
Indexed NULL NULL only
NOT NULL NOT NULL only
Unindexed NULL NOT NULL

If and only if the column does not contain nulls.

NOT NULL NULL