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

思路:了解concat() 函数。