Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
For advocates of surrogate foreign keys
Message
 
À
27/11/1998 11:57:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00161970
Message ID:
00162008
Vues:
29
Jim,

USE Vendor ORDER VendID
USE ApInv ORDER VendKey IN 0
SET RELATION TO VendKey INTO ApInv
SET SKIP TO ApInv

There it is alls et up for you. OR ...

SELECT Vendor.VendID, ApInv.* ;
FROM Vendor OUTER JOIN ApInv ON Vendor.VendKey = ApInv.VendKey ;
ORDER BY 1 ;
INTO CURSOR MYVendInvs
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform