题解 | #每个创作者每月的涨粉率及截止当前的总粉丝量#

每个创作者每月的涨粉率及截止当前的总粉丝量

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

select author,

date_format(start_time,'%Y-%m') as month,

round(sum(case when if_follow=1 then 1 when if_follow=2 then -1 else 0 end)/(count(tb_user_video_log.video_id)),3) as fans_growth_rate,

sum(sum(case when if_follow=1 then 1 when if_follow=2 then -1 else 0 end)) over(partition by author order by date_format(start_time,'%Y-%m')) as total_fans

from tb_user_video_log join tb_video_info on tb_user_video_log.video_id=tb_video_info.video_id

where year(start_time)=2021

group by author, date_format(start_time,'%Y-%m')

order by author, total_fans asc

注释

  1. 日期函数:date_format(date,format)
  2. 条件判断函数:case when
  3. 数学函数:round(x,y)
  4. 窗口函数 sum()over()
全部评论

相关推荐

霁华Tel:秋招结束了,好累。我自编了一篇对话,语言别人看不懂,我觉得有某种力量在控制我的身体,我明明觉得有些东西就在眼前,但身边的人却说啥也没有,有神秘人通过电视,手机等在暗暗的给我发信号,我有时候会突然觉得身体的某一部分不属于我了。面对不同的人或场合,我表现出不一样的自己,以至于都不知道自己到底是什么样子的人。我觉得我已经做的很好,不需要其他人的建议和批评,我有些时候难以控制的兴奋,但是呼吸都让人开心。
点赞 评论 收藏
分享
10-21 23:48
蚌埠坦克学院
csgq:可能没hc了 昨天一面完秒挂
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务