POWER
Returns the result of raising the input value to the specified power.
Syntax
POWER(numeric_expression double, power double) → double
numeric_expression: The input expression.
power: The power to raise the numeric_expression to.
Examples
POWER example
POWER example
POWER example
POWER example
Usage Notes
This function always returns a DOUBLE
even if the parameters are both integers.
Last updated