Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Evolutionoftheuniverse
.
Toggle Highlighting
SQL
#1 SELECT concat("*[[",REPLACE(page_title,"_"," "),"]]") as page_title #2 FROM enwiki_p.page p #3 INNER JOIN enwiki_p.categorylinks cl ON p.page_id = cl.cl_from #5 WHERE p.page_namespace = 0 #6 AND cl.cl_to IN ("Islands_of_the_Sea_of_Japan", "Islands_of_Vladivostok","Oki_Islands") AND p.page_id NOT IN (SELECT DISTINCT ll_from FROM langlinks WHERE ll_lang='tr') #7 GROUP BY page_id;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...