Converting hex to number & date
Hi!
Im having a problem converting the hex code to the number & date.
select low_value,high_value from ALL_TAB_COL_STATISTICS;
Iv tried HEX_TO_CHAR and that works fine.
select column_name, UTL_I18N.RAW_TO_CHAR(low_value),UTL_I18N.RAW_TO_CHAR(high_value),low_value, UTL_I18N.RAW_TO_CHAR(high_value) from ALL_TAB_COL_STATISTICS where owner = 'user' and table_name = 'table_name';
if you type this statement you will see that numeric fields and date fields get caught up in (¿) type of fields.
Any solution for this?
BR / S-A
Edited by: SweAnderline on 2008-nov-14 12:58