개발/DB

Oracle Hex 변환

lipton 2009. 4. 20. 12:40

select trim(to_char(to_number('2568','XXXXX')+1,'XXXXX')) as hex from dual