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
Matěj Suchánek
.
Based on https://phabricator.wikimedia.org/T63881
Toggle Highlighting
SQL
USE wikidatawiki_p; SELECT * FROM wb_entity_per_page AS epp1 JOIN wb_items_per_site AS ips1 ON epp1.epp_entity_id = ips1.ips_item_id AND ips1.ips_site_id = 'cswiki' AND ips1.ips_site_page RLIKE '^[A-Z]{2,6}$' JOIN wb_items_per_site AS ips2 ON ips1.ips_site_page = ips2.ips_site_page AND ips2.ips_site_id <> 'cswiki' JOIN wb_entity_per_page AS epp2 ON epp2.epp_entity_id = ips2.ips_item_id WHERE ips1.ips_item_id > ips2.ips_item_id # GROUP BY ips1.ips_site_page LIMIT 1;
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...