日期:2014-05-17  浏览次数:20637 次

mysql怎么得到这么一条记录?
mysql怎么得到这么一条记录?


------解决方案--------------------
select a.id,a.attributes,b.attribute_1,b.attribute_2 from a,b
where a.attributes like'%'+b.attribute_1+'%' and a.attributes like '%'+b.attribute_2+'%'