mysql用concat函数连接字符串,空格用' '表示 SELECT CONCAT(last_name,' ',first_name) as Name FROM employees