Returns a number <value> raised to the specified power <value>.

Alias: POWER

Syntax

POW(<value>, <exponent>);

Parameters

ParameterDescriptionSupported input types
<value>The base value of the exponentDOUBLE PRECISION
<exponent>The power value of the exponentDOUBLE PRECISION

Return Type

DOUBLE PRECISION

Example

The following example calculates 2 to the power of 5: