CONCAT(column_name1, column_name2) AS column_name;
WHERE CONCAT(customers.first_name, ' ', customers.last_name) LIKE '%John Smith%'