Home >> SQL >> CEIL() aggregate function in SQL

CEIL() aggregate function in SQL

CEIL() find the smallest integer value that is equal to or greater than a number.

Example

CEIL(25.32)

Output

26

CEIL(6.12)

Output

7

Post Your Comment

Next Questions
FIRST() aggregate function
LAST() aggregate function
MID() aggregate function
LEN() aggregate function
NOW() aggregate function
FORMAT() aggregate function
COUNT() aggregate function
LOWER() aggregate function
UPPER() aggregate function
INITCAP() aggregate function
SUBSTR() aggregate function
ASCII() aggregate function
LENGTH() aggregate function
TRIM() aggregate function
LTRIM() aggregate function
RTRIM() aggregate function
Create database
Drop database
Select database
Create table
Drop table
Truncate table
Insert query
Select table
Where clause

Copyright ©2022 coderraj.com. All Rights Reserved.