Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP60-Data search
Message
De
05/01/2000 20:18:14
 
 
À
05/01/2000 12:22:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00313300
Message ID:
00313637
Vues:
30
>I have tableA with thousands of records.
>I have tableB with just a few records.
>I need to grab a WHOLE record in tableB and and search for that WHOLE record in tableA.
>
>Is there an easy way to search for a WHOLE record in another table? Each record has 70+ fields.
>
>Any comments will be welcome. Thank you in advance.

You can do it with SQL by joining every record in the table:

SELECT TableA.* FROM TableA, TableB
WHERE Tablea.Field1 = Tableb.Field1
AND Tablea.Field2 = TableB.Field2...

etc
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform