Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible Bug in SQL Select WHERE clause in VFP7
Message
De
05/10/2001 18:56:46
Peter Wagner
Point Informática Ltda.
Limeira, Brésil
 
 
À
03/10/2001 18:52:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00563935
Message ID:
00565043
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform