Progress
SQL-92
Guide and Reference


CEILING Function

Returns the smallest integer greater than or equal to expression.

SYNTAX

CEILING ( expression ) 

EXAMPLE

This example illustrates the CEILING function:

SELECT CEILING (32.5) ’Ceiling’
     FROM SYSPROGRESS.SYSCALCTABLE; 

NOTE

COMPATIBILITY

ODBC Compatible


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095