Example. Add three columns into one "Address" column: SELECT CONCAT(Address, " ", PostalCode, " ", City) AS Address FROM Customers;.
確定! 回上一頁