考察concat(字符串1,字符串2...)
select concat(last_name,"'",first_name) as name from employees;