CEIL()
function returns the nearest positive or negative integer value greater than or equal to the provided decimal input number.
CEIL()
function is as follows:
CEIL()
function requires one argument:
x
: A positive or a negative decimal number (or an expression that evaluates to a decimal number).CEIL()
function rounds up a positive decimal value:
CEIL()
function rounds up a negative decimal value:
CEIL()
function with a tableCEIL()
function can be used with a table to round up the values in a specific column: