blob: 601209888bd31bad4b6d563640c95ea26992cf3c [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 = 10 and time_by_day.the_year = 1997) and time_by_day.day_of_month = 28 group by time_by_day.day_of_month order by time_by_day.day_of_month ASC NULLS LAST;