Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using existing program?
Message
 
 
To
23/03/2007 16:55:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01207621
Message ID:
01208015
Views:
28
>Hi Naomi,
>
>I just did it this way. Is this legal? I just put crsCNT before my join. Thanks, Sam
>
>
>SELECT aa.PartNum, ..., aa.QtyPer * cc.CurQty as QtyReq, ;
>bb.OnHand - (aa.QtyPer * cc.CurQty) as NetQty ;
>FROM crsCNT cc, crsParts aa LEFT OUTER JOIN crsMaster bb ;
>ON aa.PartNum = bb.PartNum ;
>INTO CURSOR crsTemp
>
If crsCNT has just one record, then it's fine. Otherwise you're creating a cartesian product.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform