TO_NUMBER
Convert a string to a number. This Oracle-compatible function parses a string using a specified format and returns a numeric value.
Syntax
TO_NUMBER(number_or_string_subject)
TO_NUMBER(string_subject,string_format)Description
Examples
Last updated
Was this helpful?

