SQRT « Math Functions « SQL Server / T-SQL Tutorial






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