Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4
Description
The addition operator computes the sum of two values.
The addition operator can be applied to INT or FLOAT columns or constants. The resulting column is of type INT if both input columns or constants are of type INT. In all other cases, the resulting column is of type FLOAT.
Оператор сложения вычисляет сумму двух значений.
Оператор сложения может быть применен к столбцам или константам типа INT или FLOAT. Результирующий столбец имеет тип INT, если оба входных столбца или константы имеют тип INT. Во всех остальных случаях результирующий столбец имеет тип FLOAT.
Syntax
table.column1 + table.column2 |
Examples