Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I get the following error when I try to exccute this script
CT4:
LOAD * Resident
[CT];
left Join (CT4)
LOAD * Resident
CT2;
Table not found
left Join (CT4)
LOAD * Resident
CT2
Both CT and CT2 carry an ID field
Try with
CT4:
NOCONCATENATE
LOAD * Resident
[CT];
left Join (CT4)
LOAD * Resident
CT2;
Because The table CT4 is automatically concatenated to CT
Try with
CT4:
NOCONCATENATE
LOAD * Resident
[CT];
left Join (CT4)
LOAD * Resident
CT2;
Because The table CT4 is automatically concatenated to CT