Fork of current ST47ProxyBot enwiki proxy blocks by AntiCompositeNumber
This query is marked as a draft This query has been published by AntiCompositeNumber.

SQL

AخA
 
SELECT ipb_anon_only, COUNT(*)
FROM ipblocks_ipindex
JOIN comment_ipblocks ON ipb_reason_id = comment_id
JOIN actor_ipblocks ON ipb_by_actor = actor_id
WHERE
    ipb_user = 0
    AND ipb_auto = 0
    AND actor_name = "ST47ProxyBot"
GROUP BY 1
WITH ROLLUP
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.

Checking query status...