Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
enwiki Articles with lots of language links, but not Dutch
by
Bdijkstra
This query is marked as a draft
This query has been published
by
Bjarki S
.
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(*)>100) as bigll left join langlinks as checkll on bigll.ll_from=checkll.ll_from and checkll.ll_lang='is' left join page on bigll.ll_from=page_id where checkll.ll_lang IS NULL and page_namespace=0 order by cnt desc LIMIT 100
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...