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 (SELECT ips_site_id FROM wb_items_per_site WHERE ips_item_id = 42 AND ips_site_id LIKE '%wiki' LIMIT 2) as A JOIN (SELECT ips_site_id FROM wb_items_per_site WHERE ips_item_id = 42 AND ips_site_id LIKE '%wiki') as B #ON A.ips_item_id = B.ips_item_id WHERE A.ips_site_id < B.ips_site_id 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...