题解 | #平均活跃天数和月活人数#

平均活跃天数和月活人数

http://www.nowcoder.com/practice/9e2fb674b58b4f60ac765b7a37dde1b9

之前不知道可以count(distinct 字段1,字段2)达到下边代码中子查询的目的。所以比较累赘。

select month,
round(count(day)/count(distinct uid),2)avg_active_days
,count(distinct uid) mau from (
select  distinct uid, 
date_format(start_time,"%Y-%m-%d") day  ,
date_format(start_time,"%Y%m") month  from exam_record
where score is not null and start_time like '2021%'
)a
group by month
全部评论

相关推荐

ResourceUtilization:四六级不愧是大学最有用的证之一
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务