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
Ghuron
.
Toggle Highlighting
SQL
SELECT actor_name, cnt FROM (SELECT log_actor, COUNT(*) AS cnt FROM logging WHERE log_type = "review" AND log_action IN ("approve", "approve-i", "unapprove") AND log_timestamp BETWEEN "20190101000000" AND "20190701000000" GROUP BY log_actor ) AS log INNER JOIN actor ON actor.actor_id = log.log_actor order by cnt 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...