SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select c1.customer_id, c1.first_name, c1.last_name, c2.customer_id, c2.first_name, c2.last_name from customer as c1 join customer as c2 on c1.customer_id != c2.customer_id AND c1.first_name = c2.last_name order by c1.customer_id ; show status like 'Last_query_cost';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear