MSSQLNumeric FunctionsCEILING
ABS

CEILINGNumeric Functions

FLOOR

Returns the ceiling.

Syntax

CEILING(n)

Example

Enter values below to update the example in real time.

ceil_val
SELECT CEILING(3.1) AS ceil_val;