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
Livnetata
.
Counting the number of articles that appear in two languages (for all languages). Using wikidata wb_items_per_site table.
Toggle Highlighting
SQL
USE wikidatawiki_p; SELECT * FROM wb_items_per_site as lang1 LEFT JOIN wb_items_per_site as lang2 ON lang1.ips_item_id = lang2.ips_item_id WHERE lang1.ips_item_id = 42 AND lang1.ips_site_id != lang2.ips_site_id AND lang1.ips_site_id NOT LIKE '%quote%' AND lang1.ips_site_id NOT LIKE '%news%' #AND term_entity_type = "item" #AND term_type = "label" ORDER BY lang1.ips_site_id LIMIT 100 ;
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...