Query fixup.
This commit is contained in:
parent
8a960fca68
commit
c9523e809c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue