SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select title, category.name as category, rental_rate, avg(rental_rate) over(partition by category.name) as category_avg_rental_rate from film join film_category using(film_id) join category using(category_id); ; show status like 'Last_query_cost';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear