Number Format in Oracle
PadmaOct 1 2011 — edited Oct 4 2011Hi All
I have a requirement like this
1. In my Oracle database I have a column type Number(38,10)
2. According to user requirement I want to store the numbers like 12.450000 as it is.
When this number (12.450000) enters to the system it automatically converted to 12.45, but I still need the number user has entered
Ple any one tell me a solution for this
Thanks
padma