题解 | #2021年11月每天的人均浏览文章时长#

2021年11月每天的人均浏览文章时长

https://www.nowcoder.com/practice/8e33da493a704d3da15432e4a0b61bb3

select day,
        round(sum(second_sum)/count(uid),1) time_avg
        from
(select substr(in_time,1,10) day,
        uid,
        sum(timestampdiff(second,in_time,out_time)) second_sum
        from tb_user_log
        where substr(in_time,1,10) >='2021-11-01'
        and artical_id !=0
        group by substr(in_time,1,10),uid
) a
group by day
order by round(sum(second_sum)/count(uid),1)

全部评论

相关推荐

下北澤大天使:你是我见过最美的牛客女孩😍
点赞 评论 收藏
分享
兄弟们,实习都是在接各种api,该怎么包装简历
仁者伍敌:感觉我自己做小项目也是各种api啊,我要怎么包装简历
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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