MULT
Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6
Description
The multiplication operator computes the product of two values.
The multiplication 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.
Syntax
MULT ( table.column1 , table.column2 )
table.column1 * table.column2
Examples
[4] Multiply values of multiple INT and FLOAT columns.
|