POW
Raises the first input to the power of the second input.
This is an alias for the POWER
function.
Syntax
Arguments
X
X
Type: numeric
A numeric value.
P
P
Type: numeric
A numeric value.
Returns
Type: double
X
raised to the power of P
.
Examples
Transformation job example
SQL
Query result
Last updated