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

各个视频的平均完播率

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

select a.video_id, round(sum(a.dis)/count(a.video_id),3) res from
(select l.video_id,if(l.end_time-l.start_time>=i.duration,1,0) as dis 
 from tb_user_video_log l join tb_video_info i on l.video_id = i.video_id where year(l.start_time)=2021) a
 group by a.video_id order by res desc
全部评论

相关推荐

在努力的外卷侠很靠谱:怎么,大家都没保底吗?我这美团已经入职了,不说了,系统派单了。
点赞 评论 收藏
分享
听说改名字就能收到offer哈:Radis写错了兄弟
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务