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

SQL

AخA
 
SELECT COUNT(DISTINCT actor_user) AS logged_in_edits, COUNT(DISTINCT actor_id) AS all_edits
FROM page
JOIN revision ON rev_page = page_id
JOIN actor ON rev_actor = actor_id
JOIN user ON actor_user = user_id
WHERE page_title IN ("Village_pump_(WMF)",
                     "Village_pump_(idea_lab)",
                     "Village_pump_(miscellaneous)",
                     "Village_pump_(proposals)",
                     "Village_pump_(technical)",
                     "Village_pump_(policy)")
AND page_namespace IN (4, 5)
AND user_editcount > 500
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...