时间:2021-07-01 10:21:17 帮助过:25人阅读
SELECT A.Name from Customers A
WHERE A.Id NOT IN (SELECT B.CustomerId from Orders B)
select c.Name from Customers c
where (select count(*) from Orders o where o.customerId=c.id)=0
leetcode_sql_2
标签:null etc who web site -- custom nbsp website