SQL
AخA
SELECT pg.page_title
FROM page pg
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)
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.