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
Ricordisamoa
.
Experimental
Toggle Highlighting
SQL
SELECT page1.page_title, page2.page_title AS page_it, gil1.gil_page_title AS page_en FROM commonswiki_p.page page1 INNER JOIN commonswiki_p.categorylinks ON ( page1.page_id = categorylinks.cl_from AND categorylinks.cl_to = 'Featured_pictures_on_Wikimedia_Commons' ) INNER JOIN commonswiki_p.globalimagelinks gil1 ON ( gil1.gil_to = page1.page_title AND gil1.gil_page_namespace_id = 0 AND gil1.gil_wiki = 'enwiki' ) INNER JOIN itwiki_p.langlinks ON ( langlinks.ll_title = gil1.gil_page_title AND langlinks.ll_lang = 'en' AND NOT EXISTS ( SELECT gil2.gil_page FROM commonswiki_p.globalimagelinks gil2 WHERE gil2.gil_to = gil1.gil_to AND gil2.gil_page = langlinks.ll_from ) ) INNER JOIN itwiki_p.page page2 ON ( page2.page_id = langlinks.ll_from ) WHERE ( page1.page_namespace = 6 AND page1.page_is_redirect = 0 ) LIMIT 10;
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...