company logo

Long integer values

Keywords:  integer type

Long integer values correspond to INT(10) with any precision. This is not exactly the same, since INT(10) defines specifies values up to 9999999999. Since INT(10) is stored as 32 bit value, one may, however, store values up to 2147483647 or 4294967295 for unsigned.

Definition: 

long_int :: 'int32' | 'long' | 'LONG'  | 'uint32'