SQL
AخA
SELECT COUNT(ipb_id) as "blocks", actor.actor_name
FROM ipblocks
JOIN comment ON (ipblocks.ipb_reason_id = comment.comment_id)
JOIN actor ON (ipblocks.ipb_by_actor = actor.actor_id)
WHERE
comment.comment_text LIKE '%CDNblock%'
GROUP BY actor.actor_id
ORDER BY blocks 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.