Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4
Description
The division operator computes the quotient of two values.
The division operator can be applied to INT or FLOAT columns or constants. The data type of the result is the same as the data type of the input column. If the values of the second input column or constant (the divisor) is 0 (division by zero), the resulting value is set to null.
Оператор деления вычисляет частное от двух значений.
Оператор деления может применяться к столбцам или константам типа INT или FLOAT. Тип данных результата совпадает с типом данных столбца ввода. Если значения второго входного столбца или константы (делитель) равны 0 (деление на ноль), результирующее значение устанавливается равным нулю.
Syntax
table.column1 / table.column2 |
Examples