Fork of
Shortest good articles
by Ahecht
This query is marked as a draft
This query has been published
by Ahecht.
SQL
AخA
SELECT
page_title
FROM
revision_userindex
JOIN page ON rev_page = page_id
JOIN actor_revision ON actor_id = rev_actor
WHERE
actor_name = "Fram"
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.