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) AS `title`, cnt AS `count` 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...