Progress
SQL-92
Guide and Reference


SQRT Function

Returns the square root of expression.

SYNTAX

SQRT ( expression ) 

EXAMPLE

This example illustrates the SQRT function, requesting the square root of the value ’28’:

SELECT SQRT(28) ’square root of 28’ FROM SYSPROGRESS.SYSCALCTABLE; 

NOTES

COMPATIBILITY

ODBC Compatible


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