plsremoveme
Programmer
Hey yall.
I've got a table which looks like this:
ID1 ID2
1 1
1 2
1 3
2 1
2 3
3 1
4 4
I want to have all those ID2's which have ID1=1 and ID1=2.
Desired result would be:
ID2: 1 and 3.
It might look kinda weird but i hope that you get what i want.
Thanks in advance!!!
Oliver
I've got a table which looks like this:
ID1 ID2
1 1
1 2
1 3
2 1
2 3
3 1
4 4
I want to have all those ID2's which have ID1=1 and ID1=2.
Desired result would be:
ID2: 1 and 3.
It might look kinda weird but i hope that you get what i want.
Thanks in advance!!!
Oliver