Fork of
Talk pages with no article
by DannyS712
This query is marked as a draft
This query has been published
by Vahurzpu.
SQL
AخA
SELECT pg.page_title
FROM page pg
INNER JOIN categorylinks on pg.page_id = categorylinks.cl_from
WHERE pg.page_is_redirect = 0
AND pg.page_namespace = 0
AND pg.page_title NOT IN (SELECT pg2.page_title FROM page pg2 WHERE pg2.page_namespace = 1)
AND categorylinks.cl_to = "All_articles_lacking_sources"
LIMIT 1000
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.