Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
WikiAward 2018: Russian Wikipedia edits by users
by
Putnik
This query is marked as a draft
This query has been published
by
Putnik
.
https://ru.wikimedia.org/wiki/Вики-конференция_2018/Вики-премия_2018
Toggle Highlighting
SQL
use ruwiktionary_p; select t.rev_user_text, t.cnt from ( select r.rev_user, r.rev_user_text, count(*) cnt from revision r inner join page p on r.rev_page = p.page_id where p.page_namespace = 0 and r.rev_timestamp >= "20170101000000" and r.rev_timestamp < "20180101000000" group by r.rev_user, r.rev_user_text order by cnt desc limit 100 ) t left join user_groups ug on ug.ug_user = t.rev_user and ug.ug_group = 'bot' where ug.ug_user is null order by t.cnt desc limit 10
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...