83
MySQL POWER() Function
The power() is a Math function of MySQL. This function is used to get the power of the given values.
Syntax
Parameter:
m: It is base value in the calculation
n: It is exponent value in the calculation
Returns
This function returns m raised to the nth power.
Example 1
Output:
Example 2
Output:
Next TopicMySQL Math