Applies to:  CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 

Description

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

Example

Example with three integer values:
Query
Column1
"Table1"."Values"
Input
Table1
Values : INT
-9223372036854775808
0
9223372036854775807
Output
Result
Column1 : INT
-9223372036854775808
0
9223372036854775807
  • No labels