Re: [GENERAL] Arbitrary precision modulo operation
+ 1 row in set (0.00 sec) Bruno Wolff III wrote: On Mon, Apr 26, 2004 at 10:18:52 -0400, Chadwick Boggs <[EMAIL PROTECTED]> wrote: I need to perform modulo operations on extremely large numbers. The % operator is giving me number out of range errors a
Re: [GENERAL] Arbitrary precision modulo operation
?column? 1. (1 row) This provides the solution to my problem: I merely needed to cast all of the numbers to numberic for product and modulo operations. Thank you, Chadwick. Bruno Wolff III wrote: On Mon, Apr 26, 2004 at 10:18:52 -0400, Chadwick Bog