SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
SELECT a.customer_id AS customer_id_1 a.first_name AS first_name_1 a.last_name AS last_name_1 b.customer_id AS customer_id_2 b.first_name AS first_name_2 b.last_name AS last_name_2 from customer AS a LEFT OUTER JOIN customer AS b ON a.first_name_1=b.last_name_2 ORDER BY a.customer_id_1;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear