This query is marked as a draft This query has been published by Stang.

SQL

AخA
 
SELECT X.user_id, X.user_name, X.user_editcount AS total COUNT(*) AS main
FROM revision_userindex
JOIN actor_revision ON rev_actor = actor_id
JOIN (SELECT * FROM user WHERE user_editcount >= 1500) AS X ON X.user_id = actor_user
JOIN page ON rev_page = page_id AND page_namespace = 0
GROUP BY X.user_id
ORDER BY main 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.

Checking query status...