This query is marked as a draft This query has been published by Snævar.

SQL

AخA
 
select a.page_title from page a
join categorylinks on cl_from = a.page_id and cl_to = "Landfræðileg_gagnasnið"
join templatelinks on a.page_id = tl_from
join linktarget on tl_target_id = lt_id
left outer join page b on b.page_namespace = 10 and lt_title = b.page_title
where b.page_title is null
and a.page_namespace = 10 
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.

Checking query status...