POWER
Applies to: CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6
Description
The POWER function returns the value of the specified expression to the specified power.
It can be applied to INT or FLOAT columns. The resulting column is of type FLOAT.
Syntax
POWER ( table.column, exponent )
Examples
[1] Calculate the power using column values as exponent. |