SQL
AخA
select page_title, actor_id, actor_user, actor_name, count(*)
from actor, page, revision
where page_id=32005855 and actor_id=rev_actor and rev_page=page_id and rev_minor_edit=0 and rev_timestamp < 20081118000000
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.