Home » MySQL Math CEIL() Function

MySQL Math CEIL() Function

by Online Tutorials Library

MySQL CEIL() Function

The ceil() is a Math function of MySQL. This function returns the smallest value which is greater than or equal to the given number.

Syntax

Parameter:

Num: number for getting ceil value

Returns

This function returns the smallest integer value that is greater than or equal to a number.

Example 1

Output:

MySQL Math CEIL() Function

Example 2

Output:

MySQL Math CEIL() Function

Example 3

Output:

MySQL Math CEIL() Function

Example 4

Output:

MySQL Math CEIL() Function

Next TopicMySQL Math

You may also like