fix: requests

This commit is contained in:
Serafim Sukharev 2024-12-23 12:51:08 +03:00
parent 4ebcd4c470
commit c9ef120422
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ from
join orders_games using(board_game_id) join orders_games using(board_game_id)
join orders using(order_id) join orders using(order_id)
where where
orders.order_date BETWEEN '2024-12-16' AND '2024-12-20'; orders.order_date between '2024-12-16' and '2024-12-20'
group by group by
board_games.name, publishers.name, board_games.price board_games.name, publishers.name, board_games.price
order by order by