SQRT function returns the square root of a value 0 or greater. : SQRT « Math Functions « SQL Server / T-SQL Tutorial






The syntax of SQRT is as follows: SQRT(input_number)
6>
7>








11.21.SQRT
11.21.1.SQRT function returns the square root of a value 0 or greater.
11.21.2.select SQRT(125.43)
11.21.3.SELECT SQRT(100) Result