blob: 6d4302536b150f08cf59994749b5866c9eafb0dd [file] [log] [blame]
select time_by_day.the_year as c0 from time_by_day as time_by_day, salary as salary where salary.pay_date = time_by_day.the_date group by time_by_day.the_year order by time_by_day.the_year ASC NULLS LAST;