Hi,
We have a situation to store very big amounts in NUMBER type column in database (length 50 of a number). We are able to insert the data but when we try to select the value we are getting with exponential character like mentioned below.
Number
-----------------------------
1.23456789012135E15
but we would like to display 1234567890121345.56
Thanks!
Naga