Fork of
Untitled query #68213
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, comment_text,
(SELECT user_editcount FROM user WHERE user_name = REPLACE(log_title,"_"," "))
FROM logging
JOIN actor ON log_actor = actor_id
JOIN comment ON log_comment_id = comment_id
WHERE log_timestamp > 20010115000000
AND log_type = "block"
AND log_action = "block"
AND (comment_text LIKE "%nazi%" OR comment_text LIKE "%NAZI%" or comment_text LIKE "%Nazi%")
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.