The Integer data type applies to positive and negative numeric values that have no decimal point. |
-9007199254740991
(-2^53 + 1)9007199254740991
( 2^53 - 1)NOTE: Scientific notation is not supported for Integer data type. Please use Decimal data type instead. |
Examples:
4
-23
1234567890123456
-1234567890123456