SQL
x
SELECT ns0.page_title
FROM page AS ns0
LEFT JOIN page AS ns1 ON ns1.page_namespace = 1 AND ns1.page_title = ns0.page_title
WHERE ns0.page_namespace = 0
AND ns0.page_is_redirect = 0
AND ns1.page_id IS NULL
LIMIT 10000;
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.