to show char 0.123 instead of .123
533682Dec 21 2006 — edited Dec 21 2006Hi all,
Anyone else have a solution about my problem here?
select trim(to_char(.98, '999,999,999,999.999999')) from dual
Oracle may return you .980000 instead of 0.980000. For your info, I need a data return as string instead of number.
p/s: select trim(to_char(9.98, '999,999,999,999.999999')) from dual
There is no problem if my number > 0