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
BilledMammal
.
Toggle Highlighting
SQL
WITH results AS (SELECT COUNT(rev_page) AS pages, actor_name AS creator FROM actor_revision JOIN revision ON rev_actor = actor_id WHERE rev_id IN (SELECT MIN(rev_id) FROM revision GROUP BY rev_page) GROUP BY actor_name) SELECT SUM(pages) AS pages, 'TOTAL' AS creator FROM results UNION SELECT * FROM results ORDER BY pages DESC, creator ASC;
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...