SQRT function (ODBC compatible)
Syntax
SQRT ( expression )
Description
The scalar function SQRT returns the square root of the expression.
Example
SELECT SQRT(28) 'square root of 28'
FROM ADMIN.SYSCALCTABLE;
Notes
TOCIndex