日期:2014-05-16  浏览次数:20679 次

mysql concat 字符串拼接命令

比如:


select count(*) from message m,ttt_bak tb where m.receiver_id=tb.playerId and m.content like concat('%',tb.giftCode,'%');

可以拼接字符串相当好用。。