题解 | 最受欢迎的top3课程

最受欢迎的top3课程

https://www.nowcoder.com/practice/b9b33659559c46099aa3257da0374a48

with
t1 as(
    select
        cid,
        count(cid) as pv,
        sum(timestampdiff(minute,start_time,end_time)) as time_len
    from
        play_record_tb left join course_info_tb using(cid)
    where
        timestampdiff(day,release_date,date_format(start_time,'%Y-%m-%d'))<7
    group by
        cid
    having
        avg(score)>=3
)

select * from t1 order by pv desc,time_len desc limit 3

全部评论

相关推荐

程序员小白条:要写技术栈上去,项目这东西再写的怎么牛,没具象化的竞赛,奖项,开源做支撑,在面试官看来一眼假
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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