Converts a string to a numeric DOUBLE data type.
DOUBLE
TO_DOUBLE(<exp>)
<expr>
VARCHAR
TEXT
STRING
SELECT TO_DOUBLE('100');
Returns: 100
100