FLOOR: return the largest integer less than the given value : FLOOR « Math Functions « SQL Server / T-SQL






FLOOR: return the largest integer less than the given value


1> -- FLOOR: return the largest integer less than the given value.
2>
3> SELECT FLOOR(-145.677)
4> GO

--------
    -146

(1 rows affected)
           
       








Related examples in the same category

1.FLOOR(23.7)
2.Floor a value