mirror of
https://github.com/devenperez/leetcode.git
synced 2026-06-13 14:57:08 +00:00
Time: 964 ms (31.19%), Space: 0B (100.00%) - LeetHub
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Write your MySQL query statement below
|
||||
SELECT
|
||||
player_id,
|
||||
min(event_date) as first_login
|
||||
FROM Activity
|
||||
GROUP BY player_id;
|
||||
Reference in New Issue
Block a user