SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select c.first_name, c.last_name, c.email from customer c right join rental r on r.customer_id = c.customer_id where r.return_date is null and rental_date is not null order by first_name, last_name asc ;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear