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

SQL

AخA
 
SELECT actor_name user_name, COUNT(*) edit_count
FROM actor
JOIN revision_userindex ON rev_actor = actor_id
JOIN page ON rev_page = page_id
WHERE page_namespace = 0
AND actor_user IS NOT NULL
GROUP BY actor_id
HAVING edit_count >= 1500;
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...