Tôi sẽ sử dụng FIND_IN_SET(str,strlist)
:
select distinct t1.id
from table1 t1
join table2 t2 on find_in_set(t2.type, t1.name) > 0
Ví dụ hoạt động: http://sqlfiddle.com/#!2/b642c/4
Tôi sẽ sử dụng FIND_IN_SET(str,strlist)
:
select distinct t1.id
from table1 t1
join table2 t2 on find_in_set(t2.type, t1.name) > 0
Ví dụ hoạt động: http://sqlfiddle.com/#!2/b642c/4