Fork of
Untitled query #75570
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 "%never%"
AND user_editcount >= 0
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.