Lets say i hawe Tables A,B,C.<br>
A is the client table, B is the product table and C contains warrant replacments, it contains 2 id fileds from A and same for B, now i need to create select that joins it all togetger, how te heck i can do that?<br>
<br>
A)<br>
Name<br>
ID<br>
<br>
B) <br>
Name<br>
ID<br>
<br>
C)<br>
BadProduct (B.Name)<br>
Worker (A.Name)<br>
NewProduct (B.Name)<br>
ReplacedBy (A.Name)<br>
ID<br>
<br>
Select ????????????? FROM C ??????? JOIN ??????? WHERE C.ID=1<br>
<br>
<br>
************HELP!!!!! *********************
A is the client table, B is the product table and C contains warrant replacments, it contains 2 id fileds from A and same for B, now i need to create select that joins it all togetger, how te heck i can do that?<br>
<br>
A)<br>
Name<br>
ID<br>
<br>
B) <br>
Name<br>
ID<br>
<br>
C)<br>
BadProduct (B.Name)<br>
Worker (A.Name)<br>
NewProduct (B.Name)<br>
ReplacedBy (A.Name)<br>
ID<br>
<br>
Select ????????????? FROM C ??????? JOIN ??????? WHERE C.ID=1<br>
<br>
<br>
************HELP!!!!! *********************