select total_a.author_id, b.author_level, total_a.days_cnt from (select author_id, count(*) as days_cnt from (select author_id, flag from (select answer_date, author_id, answer_date - rn as flag from (select answer_date,author_id,issue_id, dense_rank() over(partition by author_id order by answer_dat...