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
Bdijkstra
.
https://nl.wikipedia.org/wiki/Gebruiker:Valhallasw/interwiki_in_andere_taal
Toggle Highlighting
SQL
select REPLACE(page_title,'_',' ') AS page_title, cnt 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 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...