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
DISTINCT page_title
FROM
actor_revision
JOIN page ON rev_page = page_id
WHERE
actor_name = 'Maile66'
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.