Viewing post 1 (of 2 total)
To either round or truncate to N decimal places, use the formula (or write a UDF)
(10 ^ 0-N) * floor(<value> * 10 ^ N) to truncate or
(10 ^ 0-N) *...
July 13, 2004 at 5:48 pm
#514479