Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A question on how to link to another table using SELECT?
Message
 
À
18/10/2000 10:43:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00430870
Message ID:
00430977
Vues:
13
Robert,

The answer is really quite simple ...
SELECT Table1.Part_number, Table2.St, Table2.State_name ;
  FROM Table1 LEFT JOIN Table2 ON Table1.Part_number = Table2.Part_number ;
  <strong>GROUP BY 1</strong> ;
 INTO CURSOR MyResult
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform