SQL Seperti ekspresi

SELECT CONCAT(first_name, ' ', last_name) AS full_name
FROM Customers;
SAMER SAEID