Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Probably an odd question
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00744557
Message ID:
00744718
Views:
16
>> Additionally, you can quickly cause a Cartesian product if you use SELECT * with any kind of join condition. <<

SELECT * really has no to do with a Cartesian join. A Cartesian join occurs when you join two tables and don't provide a join condition. In that case, every record from the first table is matched with every record from the second table.

However, in general, it is better to select only the fields you need, particularly if VFP has to create a disk presence for the result.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform