Progress
SQL-92
Guide and Reference


FLOOR Function

Returns the largest integer less than or equal to expression.

SYNTAX

FLOOR ( expression ) 

EXAMPLE

This example illustrates the FLOOR function:

SELECT FLOOR (32.5) ’Floor’ from sysprogress.syscalctable ; 

NOTE

COMPATIBILITY

ODBC Compatible


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