select cl_to as year, count(cl_from) as num_articles_over_1000_edits
from (... |
7 years ago |
select cl_to as year, count(cl_from) as num_articles_over_100_edits
from (... |
7 years ago |
select cl_to as year, count(cl_from) as num_articles_over_100_edits
from (... |
7 years ago |
select cl_to as year, count(cl_from) as num_articles_over_100_edits
from (... |
7 years ago |
select cl_to as year, count(cl_from) as num_articles_over_100_edits
from (... |
7 years ago |
select cl_to, cl_from, count(rev_id), page_title
from (select * from... |
7 years ago |