Re: [GENERAL] round returns -0

2013-03-08 Thread Tony Dare
On 03/06/2013 07:16 PM, François Beausoleil wrote: Le 2013-03-06 à 21:42, Tony Dare a écrit : I'm taking an standard deviation of a population and subtracting it from the average of the same population and rounding the result. Sometimes that result is negative and rounding it returns (or show

Re: [GENERAL] round returns -0

2013-03-06 Thread François Beausoleil
Le 2013-03-06 à 21:42, Tony Dare a écrit : > I'm taking an standard deviation of a population and subtracting it from the > average of the same population and rounding the result. Sometimes that result > is negative and rounding it returns (or shows up as) a negative zero (-0) in > a SELECT. >

[GENERAL] round returns -0

2013-03-06 Thread Tony Dare
I'm taking an standard deviation of a population and subtracting it from the average of the same population and rounding the result. Sometimes that result is negative and rounding it returns (or shows up as) a negative zero (-0) in a SELECT. basically: SELECT client_name, avg(rpt_cnt), std