Alwaldend
Docs
Light
Dark
Auto
Docs
Misc
Leetcode submissions
2025-07-29 21:27:41 +0300 MSK
2025-07-29 21:27:41 +0300 MSK
Game Play Analysis I
Tags:
Generated
Leetcode_submission
Links
https://leetcode.com/submissions/detail/1716223652/
Code
SELECT
player_id, MIN(event_date)
as
"first_login"
FROM
Activity
GROUP
BY
player_id