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
Strainu
.
Toggle Highlighting
SQL
USE rowiki_p; SELECT COUNT(rc_id) AS revs, tmp.page_title FROM recentchanges r INNER JOIN (SELECT page_title FROM rowiki_p.page AS m INNER JOIN rowiki_p.categorylinks AS cl ON m.page_id = cl.cl_from ) tmp ON r.rc_title = tmp.page_title WHERE r.rc_namespace = 0 AND r.rc_user = 0 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...