Previous Topic: %ColumnNullOptionNext Topic: %ColumnProp()


%ColumnPhysDatatype

Returns the physical datatype, including user-defined datatypes, of the current column.

Syntax

%ColumnPhysDatatype

Syntax Example

%ForEachColumn() {

%ColName -> %ColumnPhysDatatype

}

Expansion

master-number -> int

movie-copy-number -> int

general-condition -> varchar(5)

Note: Returns a built-in datatype even if the column is attached to a user-defined datatype.

Usage

Classified as an Attribute macro.