Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
AfC review counts, July 2021 elimination drive
by
Robertsky
This query is marked as a draft
This query has been published
by
Timtrent
.
AfC count, July 2021. Including links
Toggle Highlighting
SQL
use enwiki_p; select ROW_NUMBER() OVER(ORDER BY reviews DESC) AS rank, -- count(rc_id) as tot_reviews, count(CASE WHEN comment_text like "Commenting on submission%" then NULL ELSE 1 END) as reviews, concat("[[User:", actor_name, "|", actor_name, "]]") as username, concat("[[Wikipedia:WikiProject_Articles_for_creation/July_2021_Backlog_Drive/Participants/", actor_name, "|re-reviews]]") as "re-reviews", SUM(comment_text like "%Publishing accepted%") as "accept", SUM(comment_text like "Declining submission:%") as "decline", SUM(comment_text like "Rejecting submission:%") as "reject", SUM(comment_text like "Commenting on submission%") as "comment", concat(round(SUM(comment_text like "%Publishing accepted%") * 100 / count(rc_id), 1), "%") as "accept %", concat(round(SUM(comment_text like "Declining submission:%") * 100 / count(rc_id), 1), "%") as "decline %", concat(round(SUM(comment_text like "Rejecting submission:%") * 100 / count(rc_id), 1), "%") as "reject %", concat(round(SUM(comment_text like "Commenting on submission%") * 100 / count(rc_id), 1), "%") as "comment %" from recentchanges_userindex left join actor on rc_actor = actor_id left join comment on rc_comment_id = comment_id where (rc_namespace = 118 or rc_namespace = 2) and (comment_text like "Commenting on submission%" or comment_text like "Declining submission:%" or comment_text like "Rejecting submission:%" or comment_text like "%Publishing accepted%") and MONTH(rc_timestamp) = MONTH(STR_TO_DATE('2021-07-31', '%Y-%m-%d')) and actor_name in ('15', '2pou', '333-blue', '78.26', 'AntanO', 'AppleBsTime', 'AviationFreak', 'Berrely', 'Bilorv', 'Bogger', 'Bradv', 'Calliopejen1', 'CaptainEek', 'Chenzw', 'Chess', 'Chris troutman', 'Clarityfiend', 'Clearfrienda', 'Curb Safe Charmer', 'Curbon7', 'Daask', 'DanCherek', 'Davisonio', 'Deb', 'Devonian Wombat', 'Doric Loon', 'DoubleGrazing', 'Dreamy Jazz', 'EDG 543', 'Enterprisey', 'Eternal Shadow', 'Etzedek24', 'Extraordinary Writ', 'G. Moore', 'GRuban', 'Godsy', 'Goldsztajn', 'Grand''mere Eugene', 'Hatchens', 'HighKing', 'HitroMilanese', 'Innisfree987', 'JSFarman', 'Jack Frost', 'JavaHurricane', 'K.e.coffman', 'Kaizenify', 'Kvng', 'KylieTastic', 'Laplorfill', 'LittlePuppers', 'Locomotive207', 'M-Mustapha', 'Mcguy15', 'Modern Major General', 'Modussiccandi', 'MurielMary', 'Nearlyevil665', 'Nightenbelle', 'Nizil Shah', 'Novem Linguae', 'Nyanardsan', 'PK650', 'Pahunkat', 'Pbrks', 'Pi', 'Plandu', 'ProClasher97', 'Qwerfjkl', 'Robert McClenon', 'Robertsky', 'Sam Sailor', 'Scorpions13256', 'Sionk', 'Stuartyeates', 'TheBirdsShedTears', 'TheWikiholic', 'Theroadislong', 'Timtrent', 'ToBeFree', 'Tol', 'Trillfendi', 'Umakant Bhalerao', 'UnitedStatesian', 'Usedtobecool', 'Worldbruce', 'Yeeno', 'Yitzilitt', 'Z1720', 'Zeromonk') group by rc_actor order by 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...