Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nested Join
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Nested Join
Miscellaneous
Thread ID:
01564181
Message ID:
01564181
Views:
61
I have following Nested Join whcih works fine:

SELECT Bal_Link, Bal_Linkb, Bal_Val ;
FROM TableA ;
WHERE Bal_link IN ;
(Select Bal_link FROM TableA WHERE BAL_LINKB = X)


I now want to Do an Inner Join of the Above result with another Table,all incorporated into the one Select Command
I.e. I'll end up I think with Two Nested Joins

Anyone know if this is possible ?

Tia
Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform