Skip to contents

Computes x to the power of y.

Computes x to the power of y.

Usage

DOUBLE^DOUBLE

pow(x = DOUBLE, y = DOUBLE)

Arguments

x

DOUBLE

y

DOUBLE

Value

DOUBLE

DOUBLE

SQL examples

2 ^ 3

pow(2, 3)
power(2, 3)