摘要: 转自:http://www.educity.cn/wenda/399550.html MySQL 数字类型转换函数(concat/cast) 1、将Int 转为varchar经常用 concat函数,比如concat(8,’0′) 得到字符串 ’80′ 2、将varchar 转为Int 用 cast 阅读全文
posted @ 2016-11-02 19:57 SandKing 阅读(87) 评论(0) 推荐(0)