Getting started
User guides
Administration guides
Reference guides
Resources
Updated Aug 04, 2022
Send us feedback
power
Raises expr1 to the power of expr2.
expr1
expr2
power(expr1, expr2)
expr1: An expression that evaluates to a numeric.
expr2: An expression that evaluates to a numeric.
A DOUBLE.
This function is a synonym for pow function.
> SELECT pow(2, 3); 8.0
exp function
log function
log10 function
ln function
pow function