Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Join or Where
Message
 
To
02/03/2001 11:29:49
Edward See
Magicalogic Consultancy System
Quezon, Philippines
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00481412
Message ID:
00481576
Views:
10
As Cindy says, WHERE is equivalent to an INNER JOIN. In 2.x, we didn't have the INNER JOIN syntax, and had to use WHERE for both JOINS and filter conditions. Now that we have both, I prefer to use INNER JOIN for joins, and WHERE for filter conditions, so they're not mixed together in the same clause. It makes things easier to read.
Previous
Reply
Map
View

Click here to load this message in the networking platform