SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
; select day_of_week, rentals_count from (select dayofweek(rental_date) n, dayname(rental_date) day_of_week, count(rental_id) rentals_count from rental group by n, day_of_week order by case when n=1 then 7 else n -1 end) x
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear