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
Teslaton
.
Toggle Highlighting
SQL
USE skwiki_p; SELECT user_name, user_editcount, user_touched FROM user WHERE user_editcount >= 200 and not LOWER(CONVERT(user_name USING latin1)) RLIKE '^bot|bot$|mediawiki message delivery|commonsdelinker|commonsticker|robotquistnix|loveless|klbot2' and -- @todo exclude bots via user_groups user_id in (SELECT rev_user FROM revision WHERE rev_timestamp > 20151201000000) and not user_id in (SELECT rev_user FROM revision WHERE rev_timestamp > 20171202000000) ORDER BY user_editcount desc, user_name ;
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...