This query is marked as a draft This query has been published by SR5.

SQL

AخA
 
select page_title, page_namespace from iswiki_p.page
where page_namespace = 0
and page_is_redirect = 0
and replace(page_title, "_", " ") not in (
  select ips_site_page from wikidatawiki_p.wb_items_per_site
  where ips_site_id = "iswiki"
  )
and page_id in (
    select cl_from from iswiki_p.categorylinks where cl_to like '%Íslensk%' or cl_to like '%Ísland%'
)
limit 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.

Checking query status...