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
Laurentius
.
Toggle Highlighting
SQL
USE itwiki_p; SELECT distinct(user_name) FROM user u WHERE u.user_editcount > 300 AND (SELECT SUM(contribs) FROM user_daily_contribs udc WHERE udc.user_id = u.user_id AND udc.day < '20150415' ) > 300 AND (SELECT SUM(contribs) FROM user_daily_contribs udc2 WHERE udc2.user_id = u.user_id AND udc2.day BETWEEN '20141015' AND '20150415' ) > 20 AND user_id NOT IN (SELECT ug_user FROM user_groups WHERE ug_group = 'bot' ) AND user_name NOT LIKE '%Bot%' AND user_name NOT LIKE '%bot%' ORDER BY user_editcount DESC;
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...