fix: requests
This commit is contained in:
parent
4ebcd4c470
commit
c9ef120422
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue