Returns the result of raising the first argument to the power of the second argument. Both arguments must be numbers.
Example:
Assume the column HPOWER has value 3.
POWER(2, HPOWER)
Returns the value 8.