SQL
AخA
SELECT DISTINCT page_title FROM revision_userindex
JOIN page ON rev_page=page_id
JOIN actor ON actor_id=rev_actor
WHERE actor_name="Ahecht" AND page_namespace=4 AND page_title LIKE "Articles_for_deletion%%" AND NOT page_title LIKE "Articles_for_deletion/Log/%%"
ORDER BY rev_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.