SQL
AخA
select log_title, log_action, log_timestamp, comment_text
from logging, comment
where log_actor = 3886
and comment_id = log_comment_id
and log_type = "delete"
and log_namespace = 0
and log_timestamp > 20230101000000
order by log_title, log_timestamp
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.