Returns the hour component of a datetime.
HOUR( datetime-expression )
datetime-expression The datetime.
The value returned is a number from 0 to 23 corresponding to the datetime hour.
SQL/2003 Vendor extension.
The following statement returns the value 21:
SELECT HOUR( '1998-07-09 21:12:13' ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |