Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A SET RELATION question?
Message
De
04/10/2000 10:07:06
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
À
04/10/2000 10:02:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00424100
Message ID:
00424691
Vues:
14
Robert,
SELECT Table1.*, Table2.* ;
    FROM Table1 FULL JOIN Table2 ON Table1.SomeKey = Table2.SomeKey ;
    ORDER BY SomeField
>>If you used SQL with a FULL JOIN for your report you could check for NULLs in the parent part of the record.
>Hi Cindy and yes I see the value of built-in referential integrity.
>Could you send me a small sample of code of how to use SQL with a FULL JOIN.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform