题解 | #某乎问答回答过教育类问题的用户里有多少用户回#

某乎问答回答过教育类问题的用户里有多少用户回答过职场类问题

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

select count(d.author_id)  num
from (
select author_id,count(issue_type) cnt
from 
(
    select issue_type,author_id from answer_tb a,issue_tb b
	where a.issue_id=b.issue_id
	group by issue_type,author_id
	) c
where c.issue_type in ('Education','Career')
group by author_id
having cnt>=2
) d

全部评论

相关推荐

点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
06-27 20:15
点赞 评论 收藏
分享
Rena1ssanc...:对的,要是面评没太烂,勤更新简历等捞就行了,腾讯可以无限复活
点赞 评论 收藏
分享
06-15 18:44
黄淮学院 Java
Lynn012:如果是居民楼还是算了吧,看着有点野呢
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

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