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

本题考查concat函数用于将两个字符串连接成一个整体;注意用单引号 ' 连接,时,需要用" "双引号括起来区分