SQL
AخA
select page_id, page_title, actor_id, actor_user, actor_name, count(*)
from page, actor, revision
where page_id = 66243693 and page_id=rev_page and rev_actor=actor_id
group by actor_id
order by count(*) desc
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.