Fork of webhost blocks by others by Blablubbs
This query is marked as a draft This query has been published by Blablubbs.

SQL

AخA
 
SELECT
    ipb_address,
    actor_name,
    ipb_timestamp,
    comment_text
    FROM
    ipblocks
    INNER JOIN actor ON ipblocks.ipb_by_actor = actor.actor_id
    INNER JOIN comment ON ipblocks.ipb_reason_id = comment.comment_id
    WHERE
        lower(cast(comment_text as CHAR)) RLIKE 'long.term abuse|[[:<:]]lta[[:>:]]'
ORDER BY ipb_timestamp 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.

Checking query status...