2.1.1 BigInt
The BigInt data type supports a range of values from -263 (-9,223,372,036,854,775,808) through 263-1 (9,223,372,036,854,775,807). The values of this data type are represented in simple Unicode string format, as follows.
-
BigInt = ["-"]1*19DIGIT