mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 19:31:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
| event_date | date |
|
||||
| games_played | int |
|
||||
+--------------+---------+
|
||||
表的主键是 (player_id, event_date)。
|
||||
在 SQL 中,表的主键是 (player_id, event_date)。
|
||||
这张表展示了一些游戏玩家在游戏平台上的行为活动。
|
||||
每行数据记录了一名玩家在退出平台之前,当天使用同一台设备登录平台后打开的游戏的数目(可能是 0 个)。
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>写一条 SQL 查询语句获取每位玩家 <strong>第一次登陆平台的日期</strong>。</p>
|
||||
<p>查询每位玩家 <strong>第一次登陆平台的日期</strong>。</p>
|
||||
|
||||
<p>查询结果的格式如下所示:</p>
|
||||
|
||||
|
Reference in New Issue
Block a user