INT[EGER]
The data type (data_type) INT[EGER]
is the same as the data type FIXED(10,0).
However, in contrast to data type FIXED(10,0)
, only values between -2147483648
and 2147483647
are permitted for the data type INT[EGER]
.
The data type INT[EGER]
is specified during column definition.