MYSQL联合查询遇到的一点问题
1,A表:
2,B表
问题:查找出存在于小组1,并且在b中有记录的人eg:
instr 不就好了
select * from a left join b on instr(a.成员,b.姓名)>0 where a.id=1