当前位置:Gxlcms > 数据库问题 > leetcode_sql_2

leetcode_sql_2

时间: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   

人气教程排行