题目
方法(not in):
select Name as Customers from Customers where Customers.Id not in (select CustomerId from Orders);
结果:
题目
方法(not in):
select Name as Customers from Customers where Customers.Id not in (select CustomerId from Orders);
结果: