If the current date is June 12, 2010, the following queries return the value 3 as the result because June 12, 2010 falls on the 3rd month of the 2nd quarter.
SELECT td_month_of_quarter(CURRENT_DATE); SELECT td_month_of_quarter(DATE '2010-06-12');
If the current date is June 12, 2010, the following queries return the value 3 as the result because June 12, 2010 falls on the 3rd month of the 2nd quarter.
SELECT td_month_of_quarter(CURRENT_DATE); SELECT td_month_of_quarter(DATE '2010-06-12');