Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Utenti molto attivi nella Wikipedia in italiano nel 2017
by
Nemo bis
This query is marked as a draft
This query has been published
by
Nemo bis
.
Utenti molto attivi dal 2017 (almeno ~100 contributi di qualsiasi genere al mese) e un editcount complessivo di almeno 10k.
Toggle Highlighting
SQL
USE itwiki_p; SELECT user_name, user_editcount, count(rev_id) AS recenti FROM revision JOIN user ON rev_user = user_id AND rev_timestamp > '20170101000000' AND user_editcount > 10000 AND NOT user_name RLIKE '.*[Bb]ot.*' GROUP BY rev_user HAVING recenti > 1000 ORDER BY recenti DESC LIMIT 1000;
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...