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

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

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

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

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务