SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select sales, row_number() over(order by date asc) as date_num from(select count(inventory_id) as sales, date_format(rental_date,'%M') as date from rental group by date_format(rental_date,'%M') order by date_format(rental_date,'%M') asc) gg
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear