SQL
AخA
SELECT page_title FROM page
LEFT JOIN `user` ON page_title = user_name
WHERE user_id IS null
AND page_title NOT LIKE '%/%'
AND page_is_redirect = 0
AND page_namespace = 2
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.