FirebirdSQL logo

BIGINT

BIGINT is a 64-bit integer data type, available only in Dialect 3.

Numbers of the BIGINT type are within the range from -263 to 263 - 1, or from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

INT128

INT128 is a 128-bit integer data type.This type is not defined in the SQL standard.

Numbers of the INT128 type are within the range from -2127 to 2127 - 1.