Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speed problems - getting desperate
Message
From
07/03/1999 11:03:26
 
 
To
07/03/1999 10:06:50
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00192832
Message ID:
00194995
Views:
22
>>And is there any difference in functionality and/or speed between the above statement and ...
>>SELECT Table1.*
>>FROM Table1, Table2 ;
>>WHERE Table2.SeqNo=Table1.LinkField AND Table2.Id="123" ?
>
>I don't think so, but again, I have not done extensive testing. Except in situations that need an outer join, I still use the "WHERE" sytax to join tables, just out of habit.

Sometimes it is better to use the WHERE clasue esp. if you have to work against multiple databases. Oracle for example does not fully support ANSI-SQL92
and does not support Join conditions (it has its own syntax for left and right joins but that's another story)

Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform