Re: [GENERAL] Anomaly with SUM().

2003-08-14 Thread Stephan Szabo
On Fri, 8 Aug 2003, Anthony Best wrote: > I've noticed that the SUM() seems to overflow under some situations. > > The only difference is the order that the data is retrived from the > database. Is amount a float type column (float4 or float8)? If so, you're probably just running into issues with

Re: [GENERAL] Anomaly with SUM().

2003-08-10 Thread Dann Corbit
t: Friday, August 08, 2003 12:01 PM > To: [EMAIL PROTECTED] > Subject: [GENERAL] Anomaly with SUM(). > > > I've noticed that the SUM() seems to overflow under some situations. > > The only difference is the order that the data is retrived > from the database. > &g

Re: [GENERAL] Anomaly with SUM().

2003-08-09 Thread Anthony Best
Stephan Szabo wrote: On Fri, 8 Aug 2003, Anthony Best wrote: I've noticed that the SUM() seems to overflow under some situations. The only difference is the order that the data is retrived from the database. Is amount a float type column (float4 or float8)? If so, you're probably just ru