• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql

syntax and example of to_binary_double function in oracle plsql

TO_BINARY_DOUBLE Function in Oracle SQL – PLSQL

November 6, 2012 by techhoneyadmin

The TO_BINARY_DOUBLE function in Oracle SQL / PLSQL is used to convert a numeric value into TO_BINARY_DOUBLE.

Syntax for the TO_BINARY_DOUBLE function in Oracle SQL / PLSQL is:

SELECT TO_BINARY_DOUBLE (number)
FROM table_name;

Let’s take an example for understanding:

Suppose we want to convert a number “2345.67” into TO_BINARY_DOUBLE.

SELECT TO_BINARY_DOUBLE(2345.67)
FROM dual;

The output of the above statement will be:

TO_BINARY_DOUBLE (2345.67)
2346E+003

Filed Under: function Tagged With: how to use to_binary_double function in oracle database query, how to use to_binary_double function in oracle plsql, how to use to_binary_double function in oracle sql, syntax and example of to_binary_double function in oracle database query, syntax and example of to_binary_double function in oracle plsql, syntax and example of to_binary_double function in oracle sql, TOBINARYDOUBLEPLSQL, to_binary_double function in oracle plsql, to_binary_double function in oracle sql, using to_binary_double function in oracle database query, using to_binary_double function in oracle plsql, using to_binary_double function in oracle sql

Copyright © 2025 · Parallax Pro on Genesis Framework · WordPress · Log in