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_terms #as lang1 #LEFT JOIN langlinks as lang2 #ON lang1.ll_from = lang2.ll_from #WHERE lang1.ll_lang != lang2.ll_lang #WHERE ll_from = 138 #Order BY ll_from LIMIT 50;
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...