In MySQL, concatenation is with the CONCAT() function. SELECT CONCAT(FirstName, ' ', LastName) AS FullName FROM Employees. String Concatenation in PostgreSQL.
確定! 回上一頁