Category: Mathematical Function.
Description: Returns the result of a number raised to a power.
Syntax: POWER(number, power)
The number is a real number, and the power is the exponent to which the number is raised.
You can use the ' ^ ' operator instead.