POWER
Raise base to exponent (SQL-92).
Category: Numeric Functions
Syntax
POWER(num, exp)Arguments
- num
numberNumeric input value. - exp
numberExponent to raise the base value by.
Returns
FLOAT — Returns the computed result as FLOAT.
Raise base to exponent (SQL-92).
Category: Numeric Functions
POWER(num, exp)number
Numeric input value.number
Exponent to raise the base value by.FLOAT — Returns the computed result as FLOAT.