Fork of
Untitled query #75486
by Rhododendrites
This query is marked as a draft
This query has been published
by Rhododendrites.
SQL
AخA
SELECT log_timestamp, log_id, actor_name, log_title, user_editcount, comment_text, log_params
FROM logging
LEFT JOIN user ON user_name = REPLACE(log_title, "_", " ")
JOIN actor ON log_actor = actor_id
JOIN comment ON log_comment_id = comment_id
WHERE log_type = "block"
AND log_action = "block"
AND (log_params LIKE "%infinity%" OR log_params LIKE "%indefinite%" OR log_params LIKE "%infinite%")
AND ipb_user=0
AND log_timestamp <= 20100101000000
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.