avoiding exponential in results
NeilCSEDec 29 2009 — edited Dec 29 2009Hi,
I want to avoid the exponent part in the result, plz help
SELECT SUM(TO_NUMBER(ID,'99999999999.9999999')) FROM Tab1;
1.2520E+11
Result I am getting is again in expo format.
Regards,
aak