H
hedrew3
I have a table with columns ID, A, B, and C.
I need to select those rows which have duplicate values of A and B,
but different values of C. And I also need the ID value.
I tried something like "select ID, distinct A, distinct B, C from
mytable", but of course, this crapped out.
Any help would be appreciated.
TIA
Pete
I need to select those rows which have duplicate values of A and B,
but different values of C. And I also need the ID value.
I tried something like "select ID, distinct A, distinct B, C from
mytable", but of course, this crapped out.
Any help would be appreciated.
TIA
Pete