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
Cryptic
.
Users who have at least 10 edits in the last 30 days to mainspace pages whose talk pages are categorized in [[Category:All WikiProject Medicine articles]], who aren't bots, aren't fully blocked (other than rangeblocks), are ips or have fewer than 10000 edits, and have at least 10% of their mainspace edits to such pages. (30 days is, conveniently, as long as the recentchanges table lasts.) For [[WP:RAQ#List of editors for a set of articles]] circa 13 January 2024.
Toggle Highlighting
SQL
SELECT actor_name, COUNT(*) FROM recentchanges JOIN page ON page_namespace = 1 AND page_title = rc_title JOIN categorylinks ON cl_from = page_id JOIN actor_recentchanges ON actor_id = rc_actor WHERE rc_namespace = 0 AND cl_to = 'WikiProject_Video_games_articles' AND rc_type IN (0, 1) -- edit of existing page, and new page - in particular, exclude Wikidata changes (5) GROUP BY rc_actor HAVING COUNT(*) >= 5 ORDER BY COUNT(*) 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...