Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include deleted records
Message
From
01/11/2000 09:39:21
 
 
To
01/11/2000 09:27:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00436636
Message ID:
00436654
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform