Fork of
Sockpuppet groundtruth (enwiki)
by Isaac (WMF)
This query is marked as a draft
This query has been published
by SoySauceOnRice.
SQL
AخA
SELECT
SUBSTRING(cl_to, 26) AS sock,
page_title AS puppet
FROM categorylinks c
INNER JOIN page p
ON (c.cl_from = p.page_id)
WHERE
cl_to LIKE 'Wikipedia_sockpuppets_of_%'
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.