SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select first_name, last_name from actor where actor.actor_id not in (select actor.actor_id from actor join film_actor join film_category join category on actor.actor_id=film_actor.actor_id and film_actor.film_id=film_category.film_id and film_category.category_id=category.category_id where category.name = 'Comedy' ) order by first_name, last_name;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear