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
Jura1
.
Toggle Highlighting
SQL
# use wikidatawiki_p; #SELECT CONCAT('Q', term_entity_id) AS itemLINKEDfrom, term_text AS label, 'space', GROUP_CONCAT( term_language ) AS languages SELECT CONCAT('Q', term_entity_id) AS item, GROUP_CONCAT(term_text) AS labels, 'space', GROUP_CONCAT( term_language ) AS languages FROM pagelinks As pl1, wb_entity_per_page, wb_terms, pagelinks AS pl2 WHERE pl1.pl_title = 'Q39' AND pl2.pl_title = 'Q5' and pl1.pl_namespace = 0 and pl2.pl_namespace = 0 and epp_entity_type = 'item' AND pl1.pl_from = epp_page_id AND pl2.pl_from = epp_page_id and term_entity_id = epp_entity_id AND term_entity_type = 'item' and term_type = 'label' and term_language In ('en', 'fr', 'it', 'de', 'rm', 'es', 'ru') GROUP BY term_entity_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...