mysql怎么得到这么一条记录?mysql怎么得到这么一条记录?------解决方案-------------------- select a.id,a.attributes,b.attribute_1,b.attribute_2 from a,bwhere a.attributes like'%'+b.attribute_1+'%' and a.attributes like '%'+b.attribute_2+'%'