Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL: where vs. join
Message
 
 
To
08/08/2009 11:47:16
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01416873
Message ID:
01417078
Views:
92
>I do prefer JOIN. But do you think that it is possible that using WHERE produces intermediate results of the size of a Cartesian product, even if the end result is correct?

It's highly unlikely. Even VFP query processor is smart enough to recognize a JOIN even in WHERE form. IOW, the queries will be processed the same way regardless if you use JOIN or WHERE type of join.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform