Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Looking for an equivalent to number format 'TM' in 8.0.5
In 8.1.5 and above, the following:
select to_char(some_number, 'TM') from dual;
will give you the minimal text representation of some_number. This format does not exist in 8.0.5, and it does not appear that an equivalent format exists. In order to minimally represent the number, I have to know something about it first.
Have I missed something? Thanks for the help.
Jim Received on Mon Sep 18 2000 - 19:04:09 CDT
![]() |
![]() |