ORACLE UTL_RAW.BIT_AND

eg.
select to_number(UTL_RAW.bit_and(to_char(1), ‘3′)) from dual;

Leave a Reply