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