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.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|