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

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

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

select tag, concat(round(avg(ratio)*100,2),'%') avg_play_progress
from (
select tag, case when timestampdiff(second,start_time,end_time)/a2.duration < 1 then 
timestampdiff(second,start_time,end_time)/a2.duration else 1 end ratio
from tb_user_video_log a1 join tb_video_info a2 on a1.video_id = a2.video_id
) a
group by 1
having avg(ratio) > 0.6
order by 2 desc

全部评论

相关推荐

头像
10-09 19:35
门头沟学院 Java
洛必不可达:java的竞争激烈程度是其他任何岗位的10到20倍
点赞 评论 收藏
分享
努力学习的小绵羊:我反倒觉得这种挺好的,给不到我想要的就别浪费大家时间了
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务