Skip to content

Commit

Permalink
Rename query output column
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Feb 26, 2021
1 parent 1ff1ada commit fa53539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mp-server/query-scripts/01-count-of-unique-users.sql
@@ -1,4 +1,4 @@
select count(distinct player.USER_ID) as USER_COUNT
select count(distinct player.USER_ID) as PLAYER_COUNT
from wesnothd_game_info game, wesnothd_game_player_info player
where YEAR(game.START_TIME) = YEAR(CURRENT_DATE - INTERVAL 1 MONTH)
and MONTH(game.START_TIME) = MONTH(CURRENT_DATE - INTERVAL 1 MONTH)
Expand Down

0 comments on commit fa53539

Please sign in to comment.