blob: 6fccb0e93f42d55290d4dd768573d6330b17ae5b [file] [log] [blame]
select time_by_day.month_of_year as c0 from time_by_day as time_by_day where (time_by_day.quarter = 'Q1' and time_by_day.the_year = 1997) and time_by_day.month_of_year = 2 group by time_by_day.month_of_year order by time_by_day.month_of_year ASC NULLS LAST;