This sql server tutorial explains how to use the ceiling function in sql server transact sql with syntax and examples.
Floor ceiling sql server.
Function returns the smallest integer value that is larger than or equal to a number.
Select ceiling 25 75 as ceilvalue.
Sql server all supported versions azure sql database azure sql managed instance azure synapse analytics parallel data warehouse this function returns the smallest integer greater than or equal to the specified numeric expression.
Sql server all supported versions azure sql database azure sql managed instance azure synapse analytics parallel data warehouse returns the largest integer less than or equal to the specified numeric expression.
Example 2a with a decimal data type and the round function with various length parameters i e.
The 5 in the second digit to the right of the decimal point is significant when the length parameter is 1 when rounding the value.
You provide the number as an argument.
Ceiling numeric expression numeric expression.
But while round returns the same scale where possible as the data type passed in the data type floor returns has a 0 scale where possible.
Also look at the floor and round functions.
Edit the sql statement and click run sql to see the result.
Sql server ceiling function.
Run sql result.
Floor returns the integer value less than or equal to the value passed in.
2 minutes to read 5.
It is an exact number or numeric data type expression.
We cannot use a bit of data type in this parameter sql server rounding function floor the sql floor function is similar to a ceiling function with one difference.
2 minutes to read 5.
Syntax of sql ceiling function.
In sql server the t sql ceiling function allows you to round a number up to the nearest integer.
Sql server mathematical functions sqrt pi square round ceiling floor difference between structured query language sql and transact sql t sql degrees and radians function in sql server.
In sql server transact sql the ceiling function returns the smallest integer value that is greater than or equal to a number.
Select floor 13 5 13 floor 13 8 13 floor 13 2 13.
1 2 or 3 yields different final values in our example.
More specifically it returns the smallest integer greater than or equal to the specified numeric expression.