Reference Guide > TDV Support for SQL Functions > Date Functions > EXTRACTSECOND
 
EXTRACTSECOND
This function returns the second part of the input timestamp value. Also see EXTRACT.
Syntax
SELECT EXTRACT(SECOND FROM TIMESTAMP timestamp_expr);