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