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