SQL Function Reference

POW
Returns a number to the specified power
MySQL
POW(num, power)
num
The number that is raised to a power
power
Degree of
Examples
MySQL
SELECT POW(2, 2);