BIN_TO_NUM(x): Converts x to a binary number, Returns a NUMBER : BIN_TO_NUM « Numeric Math Functions « Oracle PL / SQL






BIN_TO_NUM(x): Converts x to a binary number, Returns a NUMBER



SQL> --BIN_TO_NUM(x): Converts x to a binary number. Returns a NUMBER.
SQL>
SQL>
SQL> select bin_to_num(1) from dual;

BIN_TO_NUM(1)
-------------
            1

SQL>
           
       








Related examples in the same category

1.bin_to_num(1,0)
2.bin_to_num(1,1)
3.bin_to_num(1,1,1,0), bin_to_num(1,1,1,1)