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
Teibit
.
Toggle Highlighting
SQL
( SELECT 'Volapük' AS IAL, vo_rev.rev_user AS User_ID, COUNT(vo_rev.rev_user) AS Contributions FROM vowiki_p.revision AS vo_rev GROUP BY User_ID ORDER BY Contributions DESC LIMIT 3 ) LEFT JOIN ( SELECT 'Volapük' AS IAL, en_rev.rev_user AS User_ID, COUNT(en_rev.rev_user) AS Contributions_in_English FROM enwiki_p.revision AS en_rev GROUP BY User_ID ORDER BY Contributions DESC LIMIT 3 ) ON IAL AND User_ID;
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...