SQL
AخA
select ar_title, actor_name Creator,ar_timestamp created_date,log_timestamp Deleted_Date
from archive,actor,logging
where actor_id=ar_actor
and log_type="delete"
and log_action="delete"
and log_page=ar_page_id
and ar_namespace=0
and ar_parent_id=0
and log_namespace=0
and log_timestamp like "2025%"
-- and ar_timestamp like "2025%"
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.