Returns a second of the given date.
SECOND( datetime-expression )
datetime-expression The datetime value.
SMALLINT
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' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |