Hi,
Is there any function in PL/SQL which would convert a number to its binary representation? Resulting datatype would be VARCHAR2.
So for example if I would have number with value of 9 then I would need 1001 as a result.
I was trying to find this in TO_CHAR formatting models but didn't find anything.
Thanks for help,
Dan