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
Jmorgan (WMF)
.
enwiki articles in the enwiki Category:Secret_societies that have been edited at least once within the past month by anonymous users, and the number of anon edits per article within that time period.
Toggle Highlighting
SQL
SELECT COUNT(rc_id) AS revs, tmp.page_title FROM recentchanges r INNER JOIN (SELECT page_title FROM enwiki_p.page AS m INNER JOIN enwiki_p.categorylinks AS cl ON m.page_id = cl.cl_from WHERE cl.cl_to IN ('Secret_societies') AND cl.cl_type = 'page') tmp ON r.rc_title = tmp.page_title WHERE r.rc_namespace = 0 AND r.rc_user = 0 AND r.rc_source = "mw.edit" GROUP BY tmp.page_title ORDER BY revs 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...