![]() |
|||
|
![]() |
![]() |
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
![]() Term: BIN_TO_NUM
Definition: BIN_TO_NUM( Example Usage: SELECT BIN_TO_NUM(1, 0, 1, 0) FROM dual; Each argument sent to this function represents a single bit in the bit vector. This function takes as arguments any numeric datatype (or any non-numeric datatype that can be implicitly converted to NUMBER). Each expression must evaluate to 0 or 1. The BIN_TO_NUM function returns a NUMBER datatype. The BIN_TO_NUM function is available in Oracle 9i and above. Related Links: Related Code Snippets:
|
![]() |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2025 psoug.org |