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
AntiCompositeNumber
.
Toggle Highlighting
SQL
SELECT p1.page_namespace - 1, p1.page_title, count(DISTINCT(rev_actor)) FROM templatelinks JOIN page p1 ON tl_from = p1.page_id JOIN page p0 ON p0.page_namespace = p1.page_namespace - 1 AND p0.page_title = p1.page_title JOIN revision_userindex ON rev_page = p0.page_id WHERE tl_title = "WikiProject_Essays" and tl_namespace = 10 and p1.page_namespace in (3, 5, 13) GROUP BY p1.page_id ORDER BY count(DISTINCT(rev_actor)) 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...