|
bigint
The term bigint describes a
datatype,
or more specific an
exact numeric datatype.
It can be used to store integer values
between -263 and 263, i.e. between -9.223.372.036.854.775.808 and
9.223.372.036.854.775.807. The datatype bigint
requires 8
bytes
of storage. The datatype bigint can be used starting with
ASE®
15.0.
See also:
decimal, Exact Numeric Datatypes, int, numeric, smallint, tinyint.
|