blob: c9bfe9aa3ed0b64be9f1ed40a033f3b75b5d914c [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 = 'Q2' and time_by_day.the_year = 1997) and time_by_day.month_of_year = 5 group by time_by_day.month_of_year order by time_by_day.month_of_year ASC NULLS LAST;