Getting started
User guides
Administration guides
Reference guides
Resources
Updated Aug 11, 2022
Send us feedback
pow
Raises expr1 to the power of expr2.
expr1
expr2
pow(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 power function.
> SELECT pow(2, 3); 8.0
exp function
log function
log10 function
ln function
power function