Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A question on how to link to another table using SELECT?
Message
De
18/10/2000 10:36:28
Mike Lott
General Dynamics Information Technology
Frisco, Colorado, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00430870
Message ID:
00430918
Vues:
11
I guess you also needed the "st" field. Just add that to your field list (after "SELECT").

select table1.part_number, table2.st, table2.state_name ;
from table1, table2 ;
where table2.part_number = table1.part_number ;
into yada yada

Regards,

Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform