select concat_ws('\'',last_name,first_name) from employees
1.通过concat_ws实现中间带符合的连接
2.\‘实现转义