MAX on UNSIGNED INT Column

2005-07-05 Thread Jacob S. Barrett
something wrong, is this a bug? I would rather not store a 32bit counter as a 64bit value, but I need the MAX function to work so in the mean time I will convert all these fields to BIGINT. Thanks, Jake -- Jacob S. Barrett Chief Technology Officer PogoZone LLC email: [EMAIL PROTECTED] web

Re: MAX on UNSIGNED INT Column

2005-07-06 Thread Jacob S. Barrett
On Wednesday 06 July 2005 11:42 am, Keith Ivey <[EMAIL PROTECTED]> wrote: > Jacob S. Barrett wrote: > > I have a column of type UNSIGNED INT which holds a 32bit counter. When > > the value of the field exceeds 2147483647 (signed max) the value of MAX > > on the colum