Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Joins.
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL Joins.
Divers
Thread ID:
00293161
Message ID:
00293161
Vues:
55
I've been thinking, which SELECT statement is better for readability and optimizing? Since the 2.x era i've been modeled into using the WHERE statment.

SELECT * ;
from a,b,;
b outer join c on b.key2=c.key2
where a.key1=b.key2

OR


SELECT * ;
from a inner join b on a.key1=b.key1,
b outer join c on b.key2=c.key2
Michael Garcia
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform