blob: b91a8315f02726e4405ff77c83955e1f2696d042 [file] [log] [blame]
select time_by_day.quarter as c0 from time_by_day as time_by_day where (time_by_day.the_year = 1997) group by time_by_day.quarter order by time_by_day.quarter ASC NULLS LAST;