This Oracle tutorial explains how to use the Oracle/PLSQL POWER function with syntax and examples.
The Oracle/PLSQL POWER function returns m raised to the nth power.
The syntax for the POWER function in Oracle/PLSQL is:
The base used in the calculation.
The exponent used in the calculation.
The POWER function returns a numeric value.
The POWER function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle POWER function examples and explore how to use the POWER function in Oracle/PLSQL.
For example: