select CEILING(-1.25) (Minus) : CEILING « Math Functions « SQL Server / T-SQL Tutorial






3> select CEILING(-1.25)
4> GO

-----
   -1

(1 rows affected)
1>








11.5.CEILING
11.5.1.CEILING function returns the value representing the smallest integer that is greater-than or equal to the input_number.
11.5.2.select CEILING(-1.25) (Minus)
11.5.3.select CEILING (1.25)
11.5.4.MAX(CEILING(price))