Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper syntax for a compound join
Message
 
To
28/07/1999 12:13:31
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00247208
Message ID:
00247257
Views:
24
>Stephen,
>
>I would say:
>
>FROM ves!master2 LEFT OUTER JOIN arcadr01;
>LEFT OUTER JOIN ves!master2 ;
>ON Master2.cshipno = Arcadr01.cshipno AND Master2.custno = Arcadr01.custno ;
>
>Walter,

Needed this change to compile: \/
ON Master2.cshipno = Arcadr01.cshipno ON Master2.custno = Arcadr01.custno

But it still took 3 min and brough back wrong data. I sent you Jim Booth's correct method of ON custno + cshipno = custno + cshipno

Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform