select concat(last_name,"'",first_name)from employees

*这个题主要考虑concat的用法
1.concat前面是select
2.concat(a,"c",b) *