按照题目要求聚合统计

select answer_date,round(count(issue_id)/count(distinct author_id),2)
from answer_tb
group by answer_date