select concat(last_name,"'",first_name)from employees
*这个题主要考虑concat的用法1.concat前面是select2.concat(a,"c",b) *