Reference material for TYPEOF function
Returns the type of a given expression.
Parameter | Description | Supported input types |
---|---|---|
<expression> | The expression to typeof. | Any |
A text of the given expression data type.
The following example returns the type of PI() function:
Returns: double precision