COLUMN_TYPE
Description
COLUMN_TYPE
returns the type of a data model column.
COLUMN_TYPE
returns a STRING constant indicating the type of a data model column. Temporary columns, such as expressions that return a column, are not supported.
Depending on the data type of the column, COLUMN_TYPE
returns either "INT"
, "FLOAT"
, "STRING"
, or "DATE"
.
Syntax
COLUMN_TYPE ( "TABLE"."COLUMN" )
Examples
[1] | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
|
[2] | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
|
[3] Although INDEX_ORDER returns an | ||||||||||||||||||||||||
| ||||||||||||||||||||||||
|