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

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

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

# 3.22 9:11 ~ 9:14  3min

# 字段:answer_date,author_id,answer_cnt
# 时间:21年11月 每日

# tb1:
select answer_date,author_id,count(issue_id) as answer_cnt
from answer_tb
group by answer_date,author_id
having count(issue_id) >= 3 
order by answer_date,author_id

全部评论

相关推荐

头像
不愿透露姓名的神秘牛友
04-29 12:10
点赞 评论 收藏
转发
点赞 收藏 评论
分享
牛客网
牛客企业服务