字符串拼接函数concat(字符串1,字符串2)
select concat(last_name,' ',first_name) as name
from employees;