Returns a number from 0 to 59 corresponding to the second
component of the given date/time value.
Syntax
SECOND ( datetime-expression )
 
 
Parameters
Parameter 
 | 
Description 
 | 
datetime-expression 
 | 
The date/time value. 
 | 
 
 
Standards and Compatibility
 
Example
            
            The following statement returns the value 5:
            
                SELECT SECOND( '1998-07-13 08:21:05' ) FROM iq_dummy