MOD
POWER
SQRT
Returns m raised to the power of n.
POWER(m, n)
Enter values below to update the example in real time.
two_to_tenth
SELECT POWER(2, 10) AS two_to_tenth FROM DUAL;