Converts a string to a numeric FLOAT data type.
FLOAT
TO_FLOAT(<expr>)
<expr>
VARCHAR
TEXT
STRING
SELECT TO_FLOAT('10.5');
Returns: 10.5
10.5