SQL
AخA
select page_title as "Title", count(*) as "Number of editors" from revision
join page on rev_page = page_id
join user on rev_user = user_id
where page_namespace = 108
and page_is_redirect = 0
group by page_id, user_id
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.