Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible Bug in SQL Select WHERE clause in VFP7
Message
From
05/10/2001 18:56:46
Peter Wagner
Point Informática Ltda.
Limeira, Brazil
 
 
To
03/10/2001 18:52:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00563935
Message ID:
00565043
Views:
20
Mark,
I got the same reults with your sample.
But if I just add =.T. at the end it works fine in VFP7 as expected,
no matter if its indexed or not.
SELECT tbl1.*;
FROM tbl1;
LEFT JOIN tbl2;
ON;
tbl1.userid = tbl2.userid;
WHERE;
ISNULL(tbl2.userid) = .T.
Peter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform