Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Include deleted records
Message
De
01/11/2000 09:39:21
 
 
À
01/11/2000 09:27:17
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00436636
Message ID:
00436654
Vues:
26
Thanks for the replies.

I have actually found a way around this.

If I SET DELETED OFF before the selected, then run

SELECT table1.*,table2.*;
FROM table1 LEFT OUTER JOIN table2;
ON table1.key = table2.key;
WHERE !DELETED("table1")

It will bring me the non-deleted records from the 1st table and ALL records from the 2nd table.

Thanks
Kev
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform