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