We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596be6a commit ac8cadaCopy full SHA for ac8cada
SQL/Game_Play_Analysis_I.sql
@@ -0,0 +1,4 @@
1
+SELECT player_id, MIN(event_date) as first_login
2
+FROM Activity
3
+GROUP BY player_id
4
+ORDER BY player_id asc;
0 commit comments