输入banner图图片脚本导航/分类

mysql两列合成一列_MySQL

比如:有姓和名两列,我想查询的结果为一列。就需要concat关键字了。sql如下:

select concat(firstName,lastName) from tj_user