blob: 9facd717fba333baae8df0791ac3cc8cc61c6d0c [file] [log] [blame]
select time_by_day.the_year as c0, count(salary.employee_id) as m0 from time_by_day as time_by_day, salary as salary where salary.pay_date = time_by_day.the_date and time_by_day.the_year = 1997 group by time_by_day.the_year;