Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combine 3 tables
Message
De
10/11/2000 06:55:10
 
 
À
10/11/2000 04:23:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00440084
Message ID:
00440107
Vues:
19
Use two left joins, i.e. something like

select from table A left join table b on a.id=b.id left join table c on a.id=c.id.

This will result in null-values for the non-matching records in tables b and c.

Regards,

Auke
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform