TO_NUMBER
Converts a string into a number (double) in the specified format.
Syntax
TO_NUMBER(expression varchar, format varchar) → double
expression: String to convert to a number.
format: Format for number conversion.
Examples
TO_NUMBER example
TO_NUMBER example
Last updated