SQL
AخA
select actor_name, count( ipb_id ) from ipblocks join actor on ipb_by_actor = actor_id where ipb_address like "%/%" and ipb_user = 0 group by actor_name order by count( 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.