SQL
x
USE wikidatawiki_p;
SELECT * FROM langlinks #as lang1
#LEFT JOIN langlinks as lang2
#ON lang1.ll_from = lang2.ll_from
#WHERE lang1.ll_lang != lang2.ll_lang
WHERE ll_from = 138
#Order BY ll_from
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.
All SQL code is licensed under CC0 License.