Fork of Editor counts at village pumps by #/edits by Cryptic
This query is marked as a draft This query has been published by BilledMammal.

SQL

AخA
 
SELECT actor_name, rev_timestamp
FROM revision
JOIN page ON page_id = rev_page
JOIN actor_revision ON actor_id = rev_actor
JOIN user ON actor_user = user_id
WHERE page_namespace IN (4, 5)
  AND page_title LIKE 'Village\_pump%'
  AND (page_title NOT LIKE '%rchive%'
       OR page_title = 'Village_pump_archive_2004-09-26')
AND user_editcount = 1
ORDER BY rev_timestamp 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...