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
double — Returns the computed result as double.
Raise base to exponent (SQL-92).
Category: Numeric Functions
POWER(num, exp)
number
Numeric input value.number
Exponent to raise the base value by.double — Returns the computed result as double.