Fork of Usernames currently blocked for username policy violations by SQL
This query is marked as a draft This query has been published by SQL.

SQL

AخA
 
SELECT user_name, 
       ipb_reason 
FROM   ipblocks 
       JOIN user 
         ON ipb_user = user_id 
WHERE  ipb_reason = "{{uw-soft}}" 
        OR ipb_reason = "{{uw-ublock}}"
        OR ipb_reason = "{{uw-spamublock}}"
        OR ipb_reason = "{{uw-causeblock}}"
        OR ipb_reason = "{{uw-adminublock}}"
        OR ipb_reason = "{{uw-vaublock}}"
        OR ipb_reason = "{{uw-uhblock}}";
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...