In simplified form, i'm trying to write a SQL query that says this:
show me those records from the Customers table that have records in the BigOrders table EXCLUDING those Customer records that also have records in the SmallOrders table.
it's proving confounding. any hints would be helpful.
I'm using ADO with SQL Server
I am a nobody, and nobody is perfect; therefore, I am perfect.
show me those records from the Customers table that have records in the BigOrders table EXCLUDING those Customer records that also have records in the SmallOrders table.
it's proving confounding. any hints would be helpful.
I'm using ADO with SQL Server
I am a nobody, and nobody is perfect; therefore, I am perfect.