Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Commons categories with no Wikidata sitelink but with de-interwiki with sitelink
by
Jheald
This query is marked as a draft
This query has been published
by
Mike Peel
.
Commons categories with no Wikidata sitelink but with en-interwiki with sitelink. Thanks to Matěj Suchánek at wikidata Project Chat, https://www.wikidata.org/w/index.php?title=Wikidata%3AProject_chat&type=revision&diff=708005197&oldid=707998591
Toggle Highlighting
SQL
USE commonswiki_p; SELECT p.page_title AS cat_name, ll.ll_title AS de_interwiki, pp1.pp_value AS item FROM page AS p JOIN langlinks AS ll ON ll.ll_from = p.page_id AND ll.ll_lang = 'de' LEFT JOIN page_props AS pp ON pp.pp_page = p.page_id AND pp.pp_propname = 'wikibase_item' LEFT JOIN dewiki_p.page AS p1 ON p1.page_title = ll.ll_title AND p1.page_namespace = 0 LEFT JOIN dewiki_p.page_props AS pp1 ON pp1.pp_page = p1.page_id AND pp1.pp_propname = 'wikibase_item' WHERE p.page_namespace=14 AND pp.pp_value IS NULL AND pp1.pp_value IS NOT NULL ORDER BY cat_name #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...