Contents Index SQLDIALECT function [Miscellaneous] STDDEV function [Aggregate]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

SQRT function [Numeric]


Function 
Syntax 

SQRT ( numeric-expression )

Parameters 

numeric-expression    The number for which the square root is to be calculated.

Standards and compatibility 
Example 

The following statement returns the value 3.

SELECT SQRT( 9 )

Contents Index SQLDIALECT function [Miscellaneous] STDDEV function [Aggregate]