game-play-analysis.sql (169B)
1 2 --Write query to find the first login for a user 3 --Runtime: 985ms Beats: 44.95% 4 SELECT A.player_id, min(A.event_date) first_login 5 FROM Activity AS A 6 GROUP BY player_id
leetcodeLeetcode submissions | |
| git clone git://git.laack.co/leetcode.git | |
| Log | Files | Refs | README |