POWER

Purpose

This function returns the power of two numbers.

Syntax

power::=

Example

Copy
SELECT POWER(2,10) POWER;