POWER

Purpose

This function returns the power of two numbers.

Syntax

power::=

Example

SELECT POWER(2,10) POWER;