CONVERT
Convert an expression to the specified data type.
Syntax
CONVERT(<expr>, <dataType>)
Parameter | Type | Description |
---|---|---|
expr | any | An expression which needs to be converted. |
dataType | Text | An enumeration that includes: INT, FLOAT, STRING, BOOL, TIMESTAMP. |
Return values
Depends on input arguments.