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
MER-C
.
When Special:Linksearch is not enough...
Toggle Highlighting
SQL
SELECT user_name,user_editcount FROM (SELECT * FROM user WHERE user_editcount > 1000) AS temp JOIN revision ON user_id = rev_user JOIN page ON rev_page = page_id LEFT JOIN ipblocks ON user_id = ipb_user WHERE ipb_user IS NULL AND page_namespace IN (1,3) GROUP BY user_name HAVING COUNT(rev_id) < 0.01*user.user_editcount
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...