题解 | 实习广场投递简历分析(二)

实习广场投递简历分析(二)

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

select 
  t1.job,
  mon,
  sum(t1.num) as cnt
from 
  (
    select job,date_format(date,'%Y-%m') as mon,num from resume_info where year(date)=2025
  ) as t1
group by 
  t1.job,
  mon 
order by 
  mon desc,
  cnt desc;

全部评论

相关推荐

风的叶脉:不知道但我想要鞭打你( '-' )ノ)`-' ) 加油
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务