SQL
x
SELECT * FROM actor_logging WHERE actor_name = 'RHaworth';
SELECT CONCAT('[[WP:', page_title, ']]') AS 'DRV', log_namespace, log_title, log_timestamp, comment_text
FROM logging_userindex
JOIN pagelinks ON pl_namespace=log_namespace AND pl_title=log_title
JOIN page ON page_id=pl_from
LEFT JOIN comment_log ON comment_id=log_comment_id
WHERE log_type='delete' AND log_action='delete' AND log_actor=2933
AND page_namespace=4 AND page_title RLIKE '^Deletion_review/Log/20[0-9][0-9]_[A-Z][a-z]+_[0-9]+$'
AND NOT (log_namespace=3 AND log_title='RHaworth');
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.