CPGDeveloper
Board Regular
- Joined
- Oct 8, 2008
- Messages
- 190
Hello -- Any help with this would be greatly appreciated:
I have data something like this:
ID, RESULT
1, Y
1, Y
1, Y
2, N
2, N
3, Y
3, N
4, Y
4, N
I only want to pull records where the ID has both a result of 'Y' and a result of 'N' (In this case, that would pull all records with ID 3 and 4) How would I do that in one query?
I have data something like this:
ID, RESULT
1, Y
1, Y
1, Y
2, N
2, N
3, Y
3, N
4, Y
4, N
I only want to pull records where the ID has both a result of 'Y' and a result of 'N' (In this case, that would pull all records with ID 3 and 4) How would I do that in one query?