lyric0n
Technical User
- Dec 28, 2005
- 74
Hello,
I currently have three tables as described below and I need to get the following results when I run a query on them but can't figure out how the query should look. Basically, it will be a join on table A and B, but finding rows in C which are not found in that particular join.
Table A
ID
1
2
3
6
Table B
1
2
3
4
Table C
1
2
3
4
5
6
In this case, the desired out put would only be the record 5.
Thanks for the help,
Chris
I currently have three tables as described below and I need to get the following results when I run a query on them but can't figure out how the query should look. Basically, it will be a join on table A and B, but finding rows in C which are not found in that particular join.
Table A
ID
1
2
3
6
Table B
1
2
3
4
Table C
1
2
3
4
5
6
In this case, the desired out put would only be the record 5.
Thanks for the help,
Chris