My question reflects to old question with little change. I am fetching values from MySQL db table datatype for the field is varchar(32) & it stores values like:
1.497e-05 and so on.
and I want to show 1.497e-05 as 0.00001497
i tried as mentioned here Convert exponential number presented as string to a decimal but fail.
One thing more i am trying to insert 0.00001497
to table but it stores as 1.497e-05
it though field datatype is varchar(32)