About 1,720,000 results
Open links in new tab
  1. TO_NUMBER - Oracle Help Center

    TO_NUMBER converts expr to a value of NUMBER data type. expr can be any expression that evaluates to a character string of type CHAR, VARCHAR2, NCHAR, or NVARCHAR2, a …

  2. Oracle / PLSQL: TO_NUMBER Function - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle / PLSQL TO_NUMBER function with syntax and examples. The Oracle / PLSQL TO_NUMBER function converts a string to a number.

  3. Oracle TO_NUMBER Function Usage, Tips & Examples

    Dec 30, 2014 · The Oracle TO_NUMBER function is one of the most common number manipulation functions in Oracle. In this article and video, I'll explain how to use the …

  4. TO_NUMBER function in Oracle - W3schools

    It is used to convert a string to a number. The TO_NUMBER function is supported in the various versions of the Oracle/PLSQL, including, Oracle 12c, Oracle 11g, Oracle 10g, Oracle 9i and …

  5. oracle database - to_number function in sql - Stack Overflow

    Aug 3, 2016 · The to_number function takes two arguments: the string to be converted to a number, and the format string for the conversion. In the example, '12345.64' is the string to be …

  6. Oracle SQL Experts: TO_NUMBER

    The TO_NUMBER function is a flexible tool for converting various data types into numeric types in Oracle. It's especially useful for handling string-based numbers, performing calculations, and …

  7. Conversion Function in SQL - GeeksforGeeks

    Jan 15, 2018 · Data type conversion in SQL ensures accurate query results by allowing different formats (numbers, text, dates, etc.) to be correctly interpreted and manipulated. Conversion …

  8. PL/SQL To_number - Oracle PL/SQL Tutorial

    The TO_NUMBER function converts a TEXT expression to a number.

  9. Oracle TO_NUMBER () Function - SQLiz

    Oracle TO_NUMBER () is a built-in function that converts the given argument to a value of data type NUMBER.

  10. TO_NUMBER - Oracle

    TO_NUMBER converts expr to a value of NUMBER datatype. The expr can be a BINARY_FLOAT or BINARY_DOUBLE value or a value of CHAR, VARCHAR2, NCHAR, or NVARCHAR2 …