mysql字符串拼接CONCAT()

    科技2025-07-26  30

    SELECT CONCAT(last_name,first_name) AS 姓名 from Employees;

     

    Processed: 0.013, SQL: 8