T
Tim
Hi folks,
I tried to build a query to select record from the
following table:
ID Value
99 aa
99 aa
98 bb
98 ba
97 ab
97 ab
97 aa
95 a
94 dd
94 dd
93 cc
93 cc
93 cc
I am looking for the following output:
98
97
The request for the query is if the same ID in ID field
but different value in value field. Then, I need to
select them.
Could anyone show me how to do it?
Thanks in advance.
Tim.
I tried to build a query to select record from the
following table:
ID Value
99 aa
99 aa
98 bb
98 ba
97 ab
97 ab
97 aa
95 a
94 dd
94 dd
93 cc
93 cc
93 cc
I am looking for the following output:
98
97
The request for the query is if the same ID in ID field
but different value in value field. Then, I need to
select them.
Could anyone show me how to do it?
Thanks in advance.
Tim.