Subject
From Anonymous (or Sign In)
Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.
Categories
POWER raises a number to a power.
POWER
Return Value
NUMBER
Syntax
POWER(n2, n1)
Arguments
n2 is any numeric expression that is raised to a power.
n2
n1 is the exponent.
n1
Example
POWER(3,2) returns the value 9.
POWER(3,2)
9
Scripting on this page enhances content navigation, but does not change the content in any way.