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

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

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

select a.tag,CONCAT(a.rate, "%") aa from
(
select i.tag, 
round(
avg(if(timestampdiff(second,l.start_time,l.end_time) >=i.duration,1,timestampdiff(second,l.start_time,l.end_time)/i.duration))*100
,2)
rate 
from tb_user_video_log l left join tb_video_info i on l.video_id=i.video_id
group by i.tag having rate>60 ) a order by aa desc
全部评论

相关推荐

Natrium_:这时间我以为飞机票
点赞 评论 收藏
分享
牛客969571862号:昨天捞我今天面这个,岗位一模一样,感觉就是面着玩
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务