Type Functions
Last updated
Was this helpful?
Last updated
Was this helpful?
Type functions perform type casting or type conversion operations that transform values from one data type to another.
Converts text or number values to the date data type in ISO datetime format.
Converts values to the variant data type in JSON format.
Converts values to the logical data type in boolean format (true
or false
).
Converts values to the number data type.
Converts values to the text data type.
Converts text values to the variant data type.