Previous Topic: %ColumnDefaultConstraintNameNext Topic: %ColumnPhysDatatype


%ColumnNullOption

Returns the null option, either NULL or NOT NULL, of the current column.

Syntax

%ColumnNullOption

Syntax Example

%ForEachColumn() {

%ColName -> %ColumnNullOption

}

Expansion

master-number -> NOT NULL

movie-copy-number -> NULL

general-condition -> NULL

Usage

Classified as an Attribute macro.