Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual Foxpro SQL syntax for OUTER joins tutorial?
Message
From
24/03/2003 01:24:11
 
 
To
23/03/2003 19:46:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00769087
Message ID:
00769127
Views:
26
This is in the VFP 8.0 help under select - sql. I thought is explained inner/outer join conditions pretty well. I hope this helps

Because SQL is based on mathematical set theory, each table can be represented as a circle. The ON clause that specifies the join conditions determines the point of overlap, which represents the set of rows that match. For an inner join, the overlap occurs within the interior or "inner" portion of the two circles. An outer join includes not only those matched rows found in the inner cross section of the tables, but also the rows in the outer part of the circle to the left, or right, of the intersection.
Previous
Reply
Map
View

Click here to load this message in the networking platform