[摘要]+———————-+1 row in set (0.00 sec)串接字符串select CONCAT(f_name, ” “, l_name)AS Namefrom employee_datawh...
+———————-+
1 row in set (0.00 sec)
串接字符串
select CONCAT(f_name, ” “, l_name)
AS Name
from employee_data
where title = ‘Marketing Executive’;
+—————+
关键词:MySQL命令大全(收藏)