Site icon Database Tutorials

FLOOR Function in SQL Server(TSQL)

 

The FLOOR function returns the largest integer value smaller than a number. If the number is already an integer, it returns the same number as the result. The return data type is the data type of the input parameter.

Below you can see how the FLOOR function behaves at different values.

Exit mobile version