SQL
AخA
SELECT page_title
FROM pagetriage_page
JOIN page ON ptrp_page_id = page_id
JOIN templatelinks ON tl_from = page_id
JOIN linktarget ON lt_id = tl_target_id
WHERE lt_title = 'Article_for_deletion/dated'
AND lt_namespace = 10
AND ptrp_reviewed = 0
AND page_is_redirect = 0
AND page_namespace = 0
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.