mysql concat 字符串拼接命令
比如:
select count(*) from message m,ttt_bak tb where m.receiver_id=tb.playerId and m.content like concat('%',tb.giftCode,'%');
可以拼接字符串相当好用。。
发布时间: 2013-02-04 10:50:22 作者: rapoo
mysql concat 字符串拼接命令
比如:
select count(*) from message m,ttt_bak tb where m.receiver_id=tb.playerId and m.content like concat('%',tb.giftCode,'%');
可以拼接字符串相当好用。。