The INTEGER data type represents integer (whole number) numeric data.
INTEGER values are represented as signed 64-bit (8-byte) integer numbers, with values ranging from -2^63 (-9,223,372,036,854,775,808) through 2^63-1 (9,223,372,036,854,775,807).
Other data types to INTEGER data type:
INTEGER data type to other data types:
© 2004 Microsoft Corporation. All rights reserved.