Fork of
BE1
by AntiCompositeNumber
This query is marked as a draft
This query has been published
by Blablubbs.
SQL
AخA
SELECT
log_title,
actor_name,
log_timestamp,
comment_text
FROM
logging_userindex
INNER JOIN actor_logging ON log_actor = actor_id
INNER JOIN comment_logging ON log_comment_id = comment_id
WHERE
log_type = "block"
AND log_action = "block"
AND lower(cast(comment_text as CHAR)) RLIKE 'long.term abuse|[[:<:]]lta[[:>:]]'
ORDER BY log_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.