CAST()
Converts a value of one supported data type into another supported data type. Syntax- expression An expression of any supported data type to be converted into a different supported data type.
- datatype The data type to which to convert the expression.
- length (Optional) The length of the resulting data type.