2023-10-17 16:01
山东大学 数据分析师 0 点赞 评论 收藏
分享
2023-10-17 16:00
山东大学 数据分析师 想奋斗的ssr被升职:第二题的解法:
select p_date,mid,row_number() over(partition by p_date order by post_count) as rak
from (select p_date,mid,count(*) as post_count
from t
group by p_date,mid
order by post_count desc)
where ran<=10
0 点赞 评论 收藏
分享
创作者周榜
更多
关注他的用户也关注了: