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
MPGuy2824
.
Toggle Highlighting
SQL
select user_name as User, user_editcount as Edits, group_concat(ufg_group) as 'Previous groups' from user left join user_former_groups on ufg_user=user_id where user_name in ( select page_title as sock FROM page join categorylinks on cl_from=page_id WHERE cl_to="Wikipedia_sockpuppets_of_Wifione" and page_namespace=2 ) group by user_id;
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...