G
Gary B
Consider the follow table data. I need a query that will return the values
10002 & 10005 because they are the only rows that contain field TYPE with
non-similar values.
ID TYPE
10001 B
10001 B
10002 A
10002 A
10002 B
10003 A
10003 A
10004 B
10004 B
10004 B
10005 B
10005 A
Thank you!
10002 & 10005 because they are the only rows that contain field TYPE with
non-similar values.
ID TYPE
10001 B
10001 B
10002 A
10002 A
10002 B
10003 A
10003 A
10004 B
10004 B
10004 B
10005 B
10005 A
Thank you!