amortillaro
Programmer
Hi guys:
I didn't found any bitwise operators in oracle, so I suppouse I should build a function for this (let me know if I'm wrong).
Then how can I convert a number to it's binary representation in oracle?
byte=1: 0000 0001
byte=4: 0000 0100
result: 0000 0101
Thank's.. Aishel
I didn't found any bitwise operators in oracle, so I suppouse I should build a function for this (let me know if I'm wrong).
Then how can I convert a number to it's binary representation in oracle?
byte=1: 0000 0001
byte=4: 0000 0100
result: 0000 0101
Thank's.. Aishel