On Fri, 04 Jun 2004 20:39:45 -0700, you wrote:

>You mean like rounding once in a while to the number of significant 
>decimal places? Once every few billion additions like those above should 
>suffice.


That defeats the purpose of being able to "SELECT SUM(X) FROM ... "
The aggregate query sum(x) doesn't round for me, does it?

Or are you saying that I should programmatically SUM instead of using
the aggregate function?  I would guess it to be slow, and not to
mention awkward.

Think big, summing 10000 numbers or more...   That error will creep up
into the significant digits sooner or later..

Randall Fox



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to