Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL join Syntax
Message
De
16/10/2001 12:26:20
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SQL join Syntax
Divers
Thread ID:
00569102
Message ID:
00569102
Vues:
51
Hi all,

opinions wanted on preferred join syntax. Do you prefer:

1) ... from t1, t2 where key = key
or
2) ... from t1 join t2 on key = key


is there any benefit to either method for VFP? - for SQL Server?

FWIW - I prefer method 2 for the following reasons:
- in multi-table joins - clear what is join and what is filter
- more readable in general
- since outer joins require method 2, I don't have to mix two different methods

Looking forward to your thoughts.

TIA,
Ken B. Matson
GCom2 Solutions
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform