Fork of
globaluser
by Xiplus
This query is marked as a draft
This query has been published
by Xiplus.
SQL
AخA
SELECT ipb_id, user_name, ipb_address, ipb_expiry, comment_text
FROM ipblocks
LEFT JOIN actor ON ipb_by_actor = actor_id
LEFT JOIN user ON actor_user = user_id
LEFT JOIN comment ON ipb_reason_id = comment_id
WHERE ipb_user = 0
AND ipb_auto = 0
AND ipb_expiry > 20221024000000
AND comment_text NOT LIKE "%blocked proxy%"
AND comment_text NOT LIKE "%anonblock%"
AND comment_text NOT LIKE "%Anonblock%"
AND comment_text NOT LIKE "%range block%"
ORDER BY ipb_id DESC
LIMIT 100
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.