SQL
x
SELECT * FROM actor_logging WHERE actor_name = 'RHaworth';
SELECT CONCAT('[[WP:', page_title, ']]') AS 'DRV', log_namespace, log_title, log_timestamp
FROM logging_userindex
JOIN pagelinks ON pl_namespace=log_namespace AND pl_title=log_title
JOIN page ON page_id=pl_from
WHERE log_type='delete' AND log_action='delete' AND log_actor=2933
AND page_namespace=4 AND page_title LIKE 'Deletion_review/Log/%';
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.