Query fixup.

This commit is contained in:
Pentarctagon 2022-05-06 16:28:33 -05:00
parent 8a960fca68
commit c9523e809c
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -7,5 +7,5 @@ where YEAR(game.START_TIME) = YEAR(CURRENT_DATE - INTERVAL 1 MONTH)
and game.INSTANCE_UUID = player.INSTANCE_UUID
and game.GAME_ID = player.GAME_ID
and player.USER_ID != -1
group by game.GAME_DATE
order by game.GAME_DATE
group by GAME_DATE
order by GAME_DATE