Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
zakpullen
Creator
Creator

Create new table in data load

Hi,

How can I create Table 3 from Tables 1 & 2?

Many thanks

tables.JPG

Labels (2)
1 Solution

Accepted Solutions
rubenmarin

Hi, if you do a join between 2 tables and there is no field that exists in both tables it will do the cartesian table, so just:
Table3:
LOAD NAME From/Resident Table1;
Join LOAD AREA From/Resident Table2;

View solution in original post

1 Reply
rubenmarin

Hi, if you do a join between 2 tables and there is no field that exists in both tables it will do the cartesian table, so just:
Table3:
LOAD NAME From/Resident Table1;
Join LOAD AREA From/Resident Table2;