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

SQL

AخA
 
SELECT COUNT(DISTINCT actor_user) AS 'logged-in', COUNT(DISTINCT actor_id) AS 'all'
FROM revision
JOIN page ON page_id = rev_page
JOIN actor_revision ON actor_id = rev_actor
WHERE page_namespace = 4
  AND (page_title LIKE 'Articles\_for\_deletion%'
       OR page_title LIKE 'Votes\_for\_deletion%');
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...