SQL
AخA
use enwiki_p;
select count(*) count, ll_from from langlinks parent
where not EXISTS
(SELECT * FROM langlinks WHERE ll_from = parent.ll_from and langlinks.ll_lang='id')
group by 2 order by 1 desc limit 20
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.