MySQL POW() FunctionThe pow() is a Math function of MySQL. This function is used to get the power of the given values. SyntaxParameter:m: It is base value in the calculation n: It is exponent value in the calculation ReturnsThis function returns m raised to the nth power. Example 1Output: ![]() Example 2Output: ![]()
Next TopicMySQL Math
|