Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get no records when trying to exclude deleted records
Message
From
10/04/2001 16:49:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Get no records when trying to exclude deleted records
Miscellaneous
Thread ID:
00494168
Message ID:
00494168
Views:
75
I am trying to retreive data from multiple files. Any of then can
have deleted records. A simplified version of my problem is.

The code

Select * from vitens where !deleted('vitems')

and

Select * from vitems, vorders where vitems.clordno = cordno

both work as expected but combining them

Select * from vitems, vorders where vitems.clordno = cordno ;
and !deleted('vitems')

produces no output. Why?
Next
Reply
Map
View

Click here to load this message in the networking platform