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
ಮಲ್ನಾಡಾಚ್ ಕೊಂಕ್ಣೊ
.
Toggle Highlighting
SQL
SELECT rev_user_text, SUM(CASE WHEN p1.page_is_redirect = 0 THEN 1 ELSE 0 END) AS notredir, SUM(CASE WHEN p1.page_is_redirect = 1 THEN 1 ELSE 0 END) AS redir, SUM(CASE WHEN p1.page_is_redirect = 0 THEN 1 ELSE 0 END) + SUM(CASE WHEN p1.page_is_redirect = 1 THEN 1 ELSE 0 END) AS total FROM revision_userindex JOIN s51334__enwiki_first_page_revisions_p.page AS p2 ON rev_id = p2.page_first_revision_id JOIN page AS p1 ON p1.page_id = p2.page_id GROUP BY rev_user_text ORDER BY total DESC LIMIT 10000;
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...