8.2.17. POWER()

Available in

DSQL, PSQL

Possible name conflict

YES → Read details

Syntax

  1. POWER (x, y)
Table 114. POWER Function Parameters
ParameterDescription

x

An expression of a numeric type

y

An expression of a numeric type

Result type

DOUBLE PRECISION

Description

Returns x to the power of y (xy).