输入banner图图片脚本导航/分类

leetcode_sql_2



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