Progress
SQL-92
Guide and Reference


MINUTE Function

Returns the minute value in the argument as a short integer in the range of 0-59.

SYNTAX

MINUTE ( time_expression ) 

EXAMPLE

This example illustrates the MINUTE function:

SELECT *
     FROM arrivals
     WHERE MINUTE (in_time) > 10 ; 

NOTES

COMPATIBILITY

ODBC Compatible


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