SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select distinct first_name, last_name, sum(amount) as total_pay from customer c join payment p on p.customer_id = c.customer_id group by total_pay limit 3

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear