This query is marked as a draft This query has been published by Pppery.

SQL

AخA
 
select log_title as "Page",
comment_text as "Edit summary",
from logging_logindex join comment_logging on comment_id=log_comment_id
where log_type="delete" and log_action="delete"
and log_namespace=0
and log_timestamp like "202305%"
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...