摘要: 511题干 写一条 SQL 查询语句获取每位玩家 第一次登陆平台的日期。 SQL架构 Create table If Not Exists Activity (player_id int, device_id int, event_date date, games_played int) Trunc 阅读全文
posted @ 2022-05-16 00:00 Fancy[love] 阅读(29) 评论(0) 推荐(0) 编辑