Returns the value of numeric_exp to the power of integer_exp.
Example:
SELECT POWER(75, 2) returns 5625