SQL
x
USE commonswiki_p;
SELECT log_title, log_comment, log_user_text
FROM logging_logindex
WHERE log_type = 'block'
AND log_action = 'block'
AND log_comment REGEXP '[[:<:]](?:T129845|Z567|Z591|WP0|wikipedia (?:zero|0))[[:>:]]'
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.