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
Nemo bis
.
Toggle Highlighting
SQL
USE itwiki_p; SELECT user_name, max(rev_timestamp) as ultima FROM revision JOIN user ON rev_user = user_id AND rev_timestamp > '20170101000000' AND user_editcount > 5000 AND NOT user_name RLIKE '.*[Bb]ot.*' GROUP BY rev_user HAVING ultima < '20180101000000';
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...