to_char number format with optional decimal-point
dusooJan 31 2012 — edited Jan 31 2012Hi guys.
Basically, what I need to get is the following (in Oracle 11g)
Num -> Str
1 -> '1'
0.1 -> '0.1'
100.01 -> '100.01'
I have tried to achieve this using to_char, but no luck so far.
thanks!
D.