Returns a minute component of a datetime value.
MINUTE( datetime-expression )
datetime-expression The datetime value.
SMALLINT
The value returned is a number from number from 0 to 59 corresponding to the datetime minute.
SQL/2003 Vendor extension.
The following statement returns the value 22.
SELECT MINUTE( '1998-07-13 12:22:34' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |