Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
bin_to_num(1,1) : BIN_TO_NUM « Numeric Math Functions « Oracle PL / SQL
Oracle PL / SQL
Numeric Math Functions
BIN_TO_NUM
bin_to_num(1,1)
SQL> select bin_to_num(1,1) from dual; BIN_TO_NUM(1,1) --------------- 3 SQL>
Related examples in the same category
1.
BIN_TO_NUM(x): Converts x to a binary number, Returns a NUMBER
2.
bin_to_num(1,0)
3.
bin_to_num(1,1,1,0), bin_to_num(1,1,1,1)