mysql concat 字符串拼凑命令
mysql concat 字符串拼接命令
比如:
select count(*) from message m,ttt_bak tb where m.receiver_id=tb.playerId and m.content like concat('%',tb.giftCode,'%');
可以拼接字符串相当好用。。