题解 | #各个视频的平均完播率#

各个视频的平均完播率

http://www.nowcoder.com/practice/96263162f69a48df9d84a93c71045753

select video_id, round(sum(if(a >= duration, 1, 0)) / count(video_id), 3) avg_comp_play_rate from ( select t.video_id, timestampdiff(second, t.start_time, t.end_time) as "a", tt.duration from tb_user_video_log t, tb_video_info tt where t.video_id = tt.video_id and date_format(t.start_time, '%Y') = 2021 and date_format(t.end_time, '%Y') = 2021 ) z group by video_id order by avg_comp_play_rate desc

全部评论

相关推荐

鼗:四级有点难绷,感觉能拿国家励志奖学金,学习能力应该蛮强的,四级确实不重要,但是拿这个卡你可是很恶心啊
点赞 评论 收藏
分享
走不到的路就这样算了吗:大佬硬气
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务