Hi All
Quick Query, i have table that basically looks like
CName Id Area
Dunnes 10 11
Dunnes 10 12
Quinn 11 13
Quinn 11 14
Quinn 11 11
Tesco 12 12
Tesco 12 13
From the example above i want to find all CName whos name is 'dunnes' or 'quinn' and also have the same Area.
So result i would need from example above would be
Dunnes 11
Quinn 11
Quick Query, i have table that basically looks like
CName Id Area
Dunnes 10 11
Dunnes 10 12
Quinn 11 13
Quinn 11 14
Quinn 11 11
Tesco 12 12
Tesco 12 13
From the example above i want to find all CName whos name is 'dunnes' or 'quinn' and also have the same Area.
So result i would need from example above would be
Dunnes 11
Quinn 11