SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select distinct title, release_year, rating from film left join film_actor fa on fa.film_id = film.film_id --left join actor on actor.actor_id = fa.actor_id where exists (select * from actor where first_name = 'Henry' and last_name = 'Berry') order by rating ; SHOW STATUS LIKE 'Last_query_cost';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear