This tutorial explains how to use the MySQL POWER function with syntax and examples.
The MySQL POWER function returns m raised to the nth power.
The syntax for the MySQL POWER function is:
Numeric value. It is the base used in the calculation.
Numeric value. It is the exponent used in the calculation.
The POWER function can be used in the following versions of MySQL:
Let's look at some MySQL POWER function examples and explore how to use the POWER function in MySQL.
For example: