SQL
AخA
SELECT *
FROM ipblocks
JOIN comment
ON ipb_reason_id = comment_id
JOIN actor
ON ipb_by_actor = actor_id
WHERE actor_name = "Cullen328"
AND comment_text LIKE "%self-promoting [[WP:SOCK|sock puppet]]%";
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.