Hello!
I'd like to join 4 tables with the following structure:
[tt]
|-------------------| |-------------------|
| table1 | | table2 |
|-------------------| |-------------------|
| | | |
| field11----------|-------------------field21 |
| field12 | | |
| | | | |
|-------------------| |-------------------|
|
|
|-------------------| |-------------------|
| table3 | | | table4 |
|-------------------| |-------------------|
| | | | |
| field31 | | |
| field32----------|-------------------field41 |
| | | |
|-------------------| |-------------------|
[/tt]
The relations in words:
[tt]
(field11 of table1) : (field21 of table2) = 1:1
(field12 of table2) : (field31 of table3) = 1:n
(field32 of table3) : (field41 of table4) = m:1
[/tt]
How do I write this in a WebFocus Join without joining 2 table then creating a hold file, then joining the other 2 tables and creating another hold file, and finally joining the 2 hold files?
Best regards,
Eva
I'd like to join 4 tables with the following structure:
[tt]
|-------------------| |-------------------|
| table1 | | table2 |
|-------------------| |-------------------|
| | | |
| field11----------|-------------------field21 |
| field12 | | |
| | | | |
|-------------------| |-------------------|
|
|
|-------------------| |-------------------|
| table3 | | | table4 |
|-------------------| |-------------------|
| | | | |
| field31 | | |
| field32----------|-------------------field41 |
| | | |
|-------------------| |-------------------|
[/tt]
The relations in words:
[tt]
(field11 of table1) : (field21 of table2) = 1:1
(field12 of table2) : (field31 of table3) = 1:n
(field32 of table3) : (field41 of table4) = m:1
[/tt]
How do I write this in a WebFocus Join without joining 2 table then creating a hold file, then joining the other 2 tables and creating another hold file, and finally joining the 2 hold files?
Best regards,
Eva