ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns a number from 0 to 59 corresponding to the minute component of a datetime value.
MINUTE ( datetime-expression )
datetime-expression The datetime value.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns the value 22.
SELECT MINUTE( '1998-07-13 12:22:34' )