Hi I have a table with one record per person and per item of clothing
so
peter, jumper,blue
peter,trousers,green
sue,dress,green
peter,jumper,red
gordon,jumper,green
I want to write a query to select all people with green jumpers but only if they have no other color jumper
So in the above case it would ONLY select Gordon not greedy old Peter
is that possible?