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
Valhallasw
.
https://nl.wikipedia.org/wiki/Wikipedia:Ontbrekende_Interwiki_in_en:
Toggle Highlighting
SQL
select concat('en:', page_title, ' (', cnt, ')') as t from (select ll_from, count(*) as cnt from langlinks group by ll_from having count(*)>20) as bigll left join langlinks as checkll on bigll.ll_from=checkll.ll_from and checkll.ll_lang='nl' left join page on bigll.ll_from=page_id where checkll.ll_lang IS NULL and page_namespace=0 order by cnt desc;
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...