SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select f.title as title, f.release_year as release_year from film_actor as fa left join film as f on fa.film_id = f.film_id left join actor as a on fa.actor_id = a.actor_id where a.first_name is null or a.lst_name is null order by title;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear