SELECT CONCAT(str1,str2,...) FROM TABLE
可以连接多个,并且不用手动转换数据类型:
SELECT CONCAT(name,age,createTime) FROM `info`;