ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the ceiling (smallest integer not less than) of a number.
CEILING ( numeric-expression )
numeric expression The number whose ceiling is to be calculated.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns the value 60.
SELECT CEILING( 59.84567 )