Fork of zhwp: delete log comment list by Xiplus
This query is marked as a draft This query has been published by Xiplus.

SQL

x
 
SELECT log_timestamp, log_id, log_namespace, log_title, comment_text
FROM logging
LEFT JOIN comment ON log_comment_id = comment_id
WHERE log_type = "delete"
    AND log_action = "delete"
    AND (comment_text LIKE "%G11%")
    AND log_timestamp > '20220101000000'
    ORDER BY log_timestamp DESC;
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.

Checking query status...