Appearance
SMALLINT
The SMALLINT data type stores 2-byte integer values.
- The accepted range of values is from -32768 to +32767.
- The INT2 keyword is a synonym for SMALLINT.
- Leading zeroes and whitespace characters are allowed. Trailing whitespace characters are also allowed.
Parent topic:SQL Data Types