company logo

Short integer values

Keywords:  integer type

Short integer values correspond to INT(4) with any precision. This is not exactly the same, since INT(4) defines specifies values up to 9999. Since INT(4) is stored as 16 bit value, one may, however, store values up to 32767 or 65535 for unsigned.

Definition: 

short_int :: 'int16' | 'short' | 'SHORT' | 'uint16'