SQL
AخA
SELECT p.page_title FROM page p
LEFT JOIN page s ON s.page_namespace = p.page_namespace AND s.page_title = LEFT(p.page_title,LENGTH(p.page_title)-4)
WHERE p.page_namespace = 10
AND (p.page_title LIKE '%/doc')
AND s.page_id IS NULL
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.