Progress
SQL-92
Guide and Reference


POWER Function

Returns expression1 raised to the power of expression2.

SYNTAX

POWER ( expression1 , expression2 ) 

EXAMPLE

This example illustrates the POWER function, raising ’3’ to the second power:

SELECT POWER ( 3 , 2) ’3 raised to the 2nd power’ 
     FROM SYSPROGRESS.SYSCALCTABLE; 

NOTES


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095