Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Summing by location
Message
From
27/07/1999 18:53:37
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00246115
Message ID:
00246917
Views:
17
Right and left join only specify wich table you want all records from. These 2 SELECT are equivalent:
- SELECT * FROM Master LEFT OUTER JOIN Child ON Master.Key = Child.Key
- SELECT * FROM Child RIGHT OUTER JOIN Master ON Master.Key = Child.Key

HTH

>Actually, I understand what you're saying, but if I'm getting SQL correct on a join the circles aren't always parent on left, child on right, instead, a left join says that parent is on left, a right join says that the parent is on right...but I tried both right and left joins and I still don't get what I'm looking for:(
Previous
Reply
Map
View

Click here to load this message in the networking platform