Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View's sql joins
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
View's sql joins
Divers
Thread ID:
00131239
Message ID:
00131239
Vues:
52
If I want to connect 3 tables in view, it generates wrong resolt, because view automatical make wrong joins:
FROM table1 INNER JOIN table2 INNER JOIN table3 <BR>ON table1.field = table2.field ON tabel1.field = table3.field
Instead of
FROM table1 INNER JOIN table2 ON tabel1.field = table2.field <BR>INNER JOIN table3 ON table1.field = table3.field
Why? How to correct it?
Giedrius
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform