The following operations are supported with the
CAST()
function.
CAST()
from and to all the MySQL HeatWave supported numeric, temporal, string and text data types. See Section 4.2.1, “Supported Data Types for MySQL HeatWave”.CAST()
ofENUM
columns toCHAR
,DECIMAL
,FLOAT
, and toSIGNED
andUNSIGNED
numeric values.CAST()
operates on theENUM
index rather than theENUM
values.
See Section 11.2.1.4, “Functions and Operator Limitations”.
-
Learn how to perform the following tasks: