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
Tbayer (WMF)
.
Top 100 template editors enwiki 2018 (so far)
Toggle Highlighting
SQL
# adapted from https://quarry.wmflabs.org/query/21237 SET @row = 0; SELECT @row := @row+1 as `#`, userpage, templateedits FROM( SELECT CONCAT("[[User:", rev_user_text, "|", rev_user_text, "]]") AS userpage, COUNT(*) AS templateedits FROM enwiki_p.page AS p JOIN enwiki_p.revision_userindex AS r ON p.page_namespace = 10 AND rev_timestamp > 20180101000000 AND p.page_id = r.rev_page GROUP BY rev_user_text ORDER BY templateedits DESC LIMIT 100 ) resultset
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...