blob: 2f960b52f5711a7c70d92df2a4ba0537bdfe67d0 [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 = 1998) and time_by_day.month_of_year = 4 group by time_by_day.month_of_year order by time_by_day.month_of_year ASC NULLS LAST;