FLOOR(23.7) : FLOOR « Math Functions « SQL Server / T-SQL






FLOOR(23.7)



1> SELECT FLOOR(23.7)
2> GO

-----
   23

(1 rows affected)
1>
           
       








Related examples in the same category

1.FLOOR: return the largest integer less than the given value
2.Floor a value