题解 | #平均播放进度大于60%的视频类别#

平均播放进度大于60%的视频类别

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

select
t.tag, concat(round(avg(if(t.duration < t.difftime, 1, t.difftime/t.duration)*100),2),'%') 	avg_play_progress
from(
    select
    user.uid, user.video_id, user.start_time, user.end_time, video.duration, timestampdiff(second, user.start_time, user.end_time) difftime, video.tag
    from
    tb_user_video_log user left join tb_video_info video
    on user.video_id = video.video_id
) t
group by t.tag
having round(avg(if(t.duration < t.difftime, 1, t.difftime/t.duration)*100),2) > 60
order by avg_play_progress desc

全部评论

相关推荐

09-27 10:54
重庆大学 C++
人已微死:致敬传奇耐测王。
投递小米集团等公司10个岗位
点赞 评论 收藏
分享
牛客717484937号:双飞硕没实习挺要命的
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务