SQL
AخA
SELECT actor_name, COUNT(*) AS edits FROM revision JOIN page ON rev_page = page_id AND page_namespace = 0 JOIN actor ON rev_actor = actor_id GROUP BY actor_name ORDER BY edits 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.