rbrothers2
Programmer
- Dec 2, 1998
- 1
TABLE1:<br>
<br>
group_san cond_san<br>
--------- ---------<br>
1 1<br>
1 2<br>
1 3<br>
5 2<br>
5 3<br>
5 4<br>
5 5<br>
I need to find the group_san that contains the cond_sans<br>
(1,2,3). The answer should be group_san is 1. I haven't<br>
been able to figure it out.<br>
<br>
If it was like below, it would be no problem, but it's<br>
not!<br>
<br>
group col col col col<br>
1 1 2 3<br>
5 2 3 4 5
<br>
group_san cond_san<br>
--------- ---------<br>
1 1<br>
1 2<br>
1 3<br>
5 2<br>
5 3<br>
5 4<br>
5 5<br>
I need to find the group_san that contains the cond_sans<br>
(1,2,3). The answer should be group_san is 1. I haven't<br>
been able to figure it out.<br>
<br>
If it was like below, it would be no problem, but it's<br>
not!<br>
<br>
group col col col col<br>
1 1 2 3<br>
5 2 3 4 5