Fork of
Unpatrolled 2-word articles, maybe
by Cryptic
This query is marked as a draft
This query has been published
by Certes.
SQL
AخA
SELECT page_title, ptrp_created
FROM page
JOIN pagetriage_page
ON ptrp_page_id = page_id
JOIN categorylinks
ON cl_from = page_id
WHERE page_namespace = 0
AND page_is_redirect = 0
AND ptrp_reviewed = 0
AND cl_type = 'page'
AND cl_to = "Articles_with_'species'_microformats"
ORDER BY page_title
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.