Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
DreamRimmer
.
Toggle Highlighting
SQL
SELECT actor_name AS reviewer, COUNT(*) AS total_reviews FROM ( SELECT DISTINCT lu.log_actor, p.page_id FROM logging_userindex AS lu JOIN page AS p ON lu.log_title = p.page_title WHERE lu.log_type = 'patrol' AND p.page_namespace = 0 AND lu.log_timestamp >= '20231001000000' AND lu.log_timestamp < '20231101000000' ) AS patrolled JOIN actor ON patrolled.log_actor = actor_id WHERE patrolled.page_id IN ( SELECT tl_from FROM templatelinks WHERE tl_namespace = 10 AND tl_title = 'Redirect_for_discussion' ) GROUP BY reviewer ORDER BY total_reviews DESC;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...