ABS function returns the absolute value of any number passed to it. : ABS « Math Functions « SQL Server / T-SQL Tutorial






4>
5> SELECT SQRT(2.0*ABS(2000.0)*ABS(-8.0)/ABS(0.20))
6> GO

------------------------
                     400

(1 rows affected)








11.1.ABS
11.1.1.ABS function returns the absolute value of any number passed to it.
11.1.2.select ABS(-1.25)