M.R. Muthukumar Fri, 13 May 2011 12:14:09 -0700
When I do a sum of a float column, result is represented in real Number format like 3.6541529954550403E8, is there a way to get the result as a regular number with 2 decimal digits, I did try round function which didn't help.
Thanks for the help.