Toggle navigation
βeta
Home
New Query
Recent Queries
Discuss
Database tables
MediaWiki
Wikibase
Replicas browser and optimizer
Login
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
SQL
use ruwikisource_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
Labs ToS
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
All SQL code is licensed under
CC0 License
.
Checking query status...