Query Run
select * from langlinks l1 where l1.ll_from in (select l2.ll_from from... 3 years ago
select * from langlinks l1 where l1.ll_from in (select l2.il_from from... 3 years ago
select * from langlinks l1 where l1.ll_from in (select il_from from... 3 years ago
select * from langlinks where ll_from in (select il_from from langlinks... 3 years ago
select * from langlinks where ll_from in (select il_from where... 3 years ago
select * from langlinks where ll_lang in ("hi","te") limit 100 3 years ago
select * from langlinks where ll_lang = "hi" or ll_lang = "te" limit 10 3 years ago
select * from langlinks where ll_lang = "hi" and ll_lang = "te" limit 10 3 years ago
select * from langlinks where ll_lang = "hi" and ll_lang <> "te" limit 10 3 years ago
select ll_from from langlinks where ll_lang = "hi" and ll_lang = "ta" ... 3 years ago
select ll_from from langlinks where ll.ll_lang = "hi" and ll.ll_lang =... 3 years ago