BIN_TO_NUM « Numeric Math Functions « Oracle PL / SQL






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)
4.bin_to_num(1,1,1,0), bin_to_num(1,1,1,1)