blob: e08d8a621be3444b61ecfe67dc858001e58848a1 [file] [log] [blame]
select time_by_day.day_of_month as c0 from time_by_day as time_by_day where (time_by_day.week_of_year = 5 and time_by_day.the_year = 1997) and time_by_day.day_of_month = 25 group by time_by_day.day_of_month order by time_by_day.day_of_month ASC NULLS LAST;