Skip to main content

Celonis Product Documentation

INT

Description

Celonis uses 64 bits to represent integers. It supports the range -9223372036854775808 to 9223372036854775807.

Examples

[1]

Example with three small integer values:

Query

Column1

         "Table1"."Values"
        

Input

Output

Table1

Values : int

4

13

25

Result

Column1 : int

4

13

25

[2]

Example with the minimum and maximum integer values:

Query

Column1

         "Table1"."Values"
        

Input

Output

Table1

Values : int

-9223372036854775808

0

9223372036854775807

Result

Column1 : int

-9223372036854775808

0

9223372036854775807

See also: