Applies to:  CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 

Description

Celonis represents integers with 64 Bits which supports a range from -9223372036854775808 to 9223372036854775807.

Examples


[1] Example with three small integer values:

Query
Column1
"Table1"."Values"
Input
Table1
Values : INT
4
13
25
Output
Result
Column1 : INT
4
13
25



[2] Example with the minimum and maximum integer values:

Query
Column1
"Table1"."Values"
Input
Table1
Values : INT
-9223372036854775808
0
9223372036854775807
Output
Result
Column1 : INT
-9223372036854775808
0
9223372036854775807


  • No labels