image_2022-04-20_00-33-59.png
19.2 KB
#N511. Game Play Analysis I
problem link
#solution
problem link
#solution
select player_id, min(event_date) as first_login from activity group by player_id;