Converts a string to a numeric INT data type.
INT
TO_INT(<exp>)
<expr>
VARCHAR
TEXT
STRING
SELECT TO_INT('10');
Returns: 10
10