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