题解 | #某乎问答单日回答问题数大于等于3个的所有用户#

某乎问答单日回答问题数大于等于3个的所有用户

http://www.nowcoder.com/practice/821e5072663f485f8204cf03b89d322a

这题比较基础,题解如下:

select 
 answer_date,
 author_id,
 count(issue_id) as answer_cnt
from answer_tb
where date_format(answer_date,'%Y-%m')='2021-11'
group by answer_date,author_id
having count(issue_id)>=3
order by answer_date,author_id

全部评论

相关推荐

不愿透露姓名的神秘牛友
07-24 12:26
点赞 评论 收藏
分享
水色铃音:可以去找射频相关的岗位,比如圣邦微?或者像做产品的,比如xiaomi,oppovivo之类的,都需要天线调试的工程师
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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