将多列按照一定的格式生成一列返回 将不同的列按照一定的格式组合成新的一列返 select ename + ' work as a ' + job as msg from emp where deptno=10