OracleNumeric FunctionsPOWER
MOD

POWERNumeric Functions

SQRT

Returns m raised to the power of n.

Syntax

POWER(m, n)

Example

Enter values below to update the example in real time.

two_to_tenth
SELECT POWER(2, 10) AS two_to_tenth FROM DUAL;