SQL
x
SELECT ipb_id, comment_text
FROM ipblocks
LEFT JOIN comment ON ipb_reason_id = comment_id
WHERE comment_text REGEXP "([Ss]ockpuppeteer|[Ss]pm)"
ORDER BY ipb_id DESC
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.