CEILING function in SQL Server
The CEILING function in SQL Server returns the smallest integer value greater than or equal to the transmitted numeric expression.
This article will show you in detail how to use the SQL Server CEILING () function with the syntax and specific examples to make it easier to visualize and capture functions.
Describe
The CEILING function in SQL Server returns the upper bound value of the number or expression, ie returns the smallest integer value but greater than or equal to the transmitted numeric expression.
Syntax
To use the CEILING function in SQL Server, we use the following syntax:
CEILING(number)
Parameters :
- number: the number passed to find the smallest integer value.
Note :
- See also FLOOR and ROUND functions.
- The CEILING function can be used in later versions of SQL Server: SQL Server 2017, SQL Server 2016, SQL Server 2014, SQL Server 2012, SQL Server 2008 R2, SQL Server 2008, and SQL Server 2005.
For example
See and explore some examples of CEILING functions in SQL Server.
SELECT CEILING(32.65);
Result: 33
SELECT CEILING(32.1);
Result: 33
SELECT CEILING(32);
Result: 32
SELECT CEILING(-32.65);
Result: -32
SELECT CEILING(-32);
Result: -32
Previous article: Function AVG in SQL Server
Next lesson: COUNT function in SQL Server
Update 25 May 2019
You should read it
- What is ceiling conditioner? Should we buy ceiling air conditioner?
- How to choose the best ceiling fan for a small room
- Ceiling fan model for low ceiling
- DAY function in SQL Server
- MIN function in SQL Server
- MAX function in SQL Server
- Should decorative ceiling fans be used?
- SUM function in SQL Server
- Panasonic ceiling fan models can not be ignored for modern style housing
- ABS function in SQL Server
- AVG function in SQL Server
- How to choose a cheap Panasonic ceiling fan
Maybe you are interested
We may be able to see the 'second moon' in the sky with the naked eye next May 20 'tips' use Google Search effectively, not everyone knows (Part 2) The fast Google search tips you should know How to set up and use Routines in Google Assistant How to turn old Android phones into smart speakers PDFio.co - Service of creating, protecting, converting PDF, ... online, support Vietnamese, free on many devices