Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Speed problems - getting desperate
Message
De
07/03/1999 11:03:26
 
 
À
07/03/1999 10:06:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00192832
Message ID:
00194995
Vues:
23
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform