sqrt

Returns the square root of an expression.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X X X X X

Syntax

numeric sqrt(expr)
numeric      expr

Example

Calculates the square root of the sum of salaries.
sqrt_sum_sal = sqrt(sum(SAL));