POWER(a,n) is an arithmetic function that calculates the nth power of the number a (a and n are expressions).
POWER(a,n)
n
a
An error message is output if n is not an integer.
a, n
Result of the POWER(a,n) function
a or n is a NULL value
NULL value
NULL
a is a special NULL value
Special NULL value