A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  special characters  sybase-tech-blog


Category: ASE: Datatypes: Exact Numeric Datatypes

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.