题解 | #某乎问答最大连续回答问题天数大于等于3天的用户及其对应等级#

某乎问答最大连续回答问题天数大于等于3天的用户及其对应等级

http://www.nowcoder.com/practice/e080f8a685bc4af3b47749ca3310f1fd

select a.author_id,author_level,days_cnt from (select author_id,count(distinct answer_date) days_cnt from answer_tb group by author_id) a join author_tb b on a.author_id=b.author_id where days_cnt>=3 order by a.author_id 想问下各位大佬,这样做有没有问题呀

全部评论

相关推荐

10-18 13:01
已编辑
西安理工大学 C++
小米内推大使:建议技能还是放上面吧,hr和技术面试官第一眼想看的应该是技能点和他们岗位是否匹配
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务