maccten2000
Programmer
I have a SQL problem
1) I have a customer who has multiple attributes in a table
2) There is more than one customer in the table – so many customers many attributes
3) I need a query (this will involve a sub query) which will take all the customers in the aforementioned Table and spit back a list of Attributes they don’t have
Example
Customer Attribute
Customer 1 Sleek
Customer 1 Doesn’t eat Salads
Customer 2 Owns a car
Customer 3 Owns a Bike
Customer 4 etc etc
Customer 4 can have an attribute that customer 2 lacks so would appear in the list for Customer 2 and Not Customer 4
Can Anyone Help?
Thanks Very Much For your Time
1) I have a customer who has multiple attributes in a table
2) There is more than one customer in the table – so many customers many attributes
3) I need a query (this will involve a sub query) which will take all the customers in the aforementioned Table and spit back a list of Attributes they don’t have
Example
Customer Attribute
Customer 1 Sleek
Customer 1 Doesn’t eat Salads
Customer 2 Owns a car
Customer 3 Owns a Bike
Customer 4 etc etc
Customer 4 can have an attribute that customer 2 lacks so would appear in the list for Customer 2 and Not Customer 4
Can Anyone Help?
Thanks Very Much For your Time