SQL
AخA
select page_namespace, page_title from page
left outer join linktarget on page_namespace = lt_namespace and lt_title = page_title
left outer join langlinks on ll_from = page_id
where page_namespace in (828, 10)
and ll_from is null
and lt_title is null
and page_is_redirect = 0
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.