T
tdp
How would I write a query to do the following?
Field X Field Y
1 A
1 B
2 C
2 C
3 D
I want the resulting query to only show the two records where Field X is 1
(i.e. I only want to show results where there are at least two records that
have Field X duplicated AND Field Y different. I DON'T want to show either
records where both fields X and Y are the same or where there's only one
record in Field X).
Thanks very much!
tdp
Field X Field Y
1 A
1 B
2 C
2 C
3 D
I want the resulting query to only show the two records where Field X is 1
(i.e. I only want to show results where there are at least two records that
have Field X duplicated AND Field Y different. I DON'T want to show either
records where both fields X and Y are the same or where there's only one
record in Field X).
Thanks very much!
tdp