Appearance
INTEGER
The INTEGER data type stores 4-byte integer values.
- The accepted range of values is from -2147483648 to +2147483647.
- The INT and INT4 keywords are synonyms for INTEGER.
- Leading zeroes and whitespace characters are allowed. Trailing whitespace characters are also allowed.
Parent topic:SQL Data Types