kodaksmile
MIS
Is there a way to get results back from the following scenario:
I have a table tbl1 that has a field1 which is the link to 2 other tables - tbl2 and tbl3. tbl2 contains 3 rows for this field1 and tbl3 contains 2 rows. I need to get a total of 3 rows back but, there is no link between tbl2 and tbl3 except field1. I can't do a union because the number of rows returned are different and if I just to a select with joins I get 6 rows back instead of 3. Any suggestions?
I have a table tbl1 that has a field1 which is the link to 2 other tables - tbl2 and tbl3. tbl2 contains 3 rows for this field1 and tbl3 contains 2 rows. I need to get a total of 3 rows back but, there is no link between tbl2 and tbl3 except field1. I can't do a union because the number of rows returned are different and if I just to a select with joins I get 6 rows back instead of 3. Any suggestions?