首页 > 数据库技术 > 详细

Mysql Concat()bug

时间:2015-06-30 20:13:00      阅读:251      评论:0      收藏:0      [点我收藏+]

1、http://bugs.mysql.com/bug.php?id=12030

CONCAT with INTEGER modifies result-set encoding

2、这个bug的修改方式,

对integer变量进行转换

CONCAT(p.company,‘-‘,CAST(p.id AS CHAR CHARACTER SET utf8 ))

Mysql Concat()bug

原文:http://www.cnblogs.com/shunliu-java/p/4611352.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!