首页
科技
登录
6mi
u
盘
搜
搜 索
科技
LeetCode--607. 销售员
LeetCode--607. 销售员
科技
2024-10-18
16
解题思路
先找出向RED销售的员工
然后not in 就是没向RED销售的
select
name
from
salesperson
where
sales_id
not
in
(
select
sales_id
from
orders
where
com_id
in
(
select
com_id
from
company
where
name
=
'RED'
)
)
转载请注明原文地址:https://blackberry.8miu.com/read-34001.html
最新回复
(
0
)