select page_title as title from page left join pagelinks on pl_namespace = page_namespace and pl_title = page_title left join templatelinks on tl_namespace = page_namespace and tl_title = page_title where pl_namespace is null and page_namespace = 0 and page_is_redirect = 0 and tl_namespace is null ;