SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select title,group_concat(concat(first_name,' ',last_name) order by first_name,last_name ) actors from film inner join film_actor on film_actor.film_id=film.film_id inner join actor on film_actor.actor_id= actor.actor_id group by title order by count(first_name) desc ; show status like 'Last_query_cost';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear