Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL: where vs. join
Message
 
 
À
10/08/2009 13:43:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01416873
Message ID:
01417144
Vues:
59
>Hi Naomi,
>>There should not be difference in performance, IMHO, but I would always prefer JOIN syntax over WHERE syntax for better readability.
>>
>>Also JOIN and WHERE behave differently, JOIN happens first, then WHERE.
>
>Nope. Filtering normally comes first to speed up by reducing set size (usually the where clause) and then the join-operation.
>If there is a filter in the join condition SOMETIMES this is also executed during the first step (depends on the smarts of the engine).
>
>regards
>thomas

I'm not sure this is correct (I believe it's incorrect). See message #1401825

There needs to be done a bit of research on the topic to confirm/deny your statement, but I'm busy at the moment - will do the actual research later.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform