Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Bender the Bot
by
XXN
This query is marked as a draft
This query has been published
by
XXN
.
Toggle Highlighting
SQL
USE wikidatawiki_p; SELECT #CONCAT("[[User:",user_name,"|",user_name,"]]") AS user_name, user_name, user_editcount FROM user where user_name in (SELECT p.page_title FROM enwiki_p.page p JOIN enwiki_p.categorylinks c ON c.cl_from = p.page_id AND c.cl_to like 'Wikipedia_sockpuppet*' WHERE p.page_namespace = 2 GROUP BY p.page_title ) GROUP BY user_name ORDER BY user_editcount DESC; #LIMIT 550;
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...