Fork of
Untitled query #69443
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 >= 20230630235433 AND log_timestamp < 20230801000000
AND log_type = "block"
AND log_action = "block"
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.