SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select first_name, last_name, count(f.title) as film_count from actor //left join film_actor fa on fa.actor_id = actor.actor_id //left join film f on f.film_id = fa.film_id where first_name = 'henry' and last_name = 'berry'

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear