日期:2014-05-16 浏览次数:20729 次
比如:
select count(*) from message m,ttt_bak tb where m.receiver_id=tb.playerId and m.content like concat('%',tb.giftCode,'%');
可以拼接字符串相当好用。。