data stored larger than bigint limitation...
bigint
Integer (whole number) data from -2^63 (-9,223,372,036,854,775,808) through 2^63-1 (9,223,372,036,854,775,807). Storage size is 8 bytes.
as stated above, the storage size for the bigint is quie large
but how to cope if my integer data being stored exceed the limitations storage size one day??
Regards,
Elvio
|