Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with SQL queries
Message
De
09/04/2004 11:01:46
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00893534
Message ID:
00893549
Vues:
25
Sorry Yuri, but:

The two statements you mentioned are not equivalent (what is set("exact"), by the way?).

set("exact") have not influence on SELECT SQL command.


This should give the same result as "join":

select * from iciwhs ;
where allt(citemno) in;
(select allt(citemno) from sotemp1) and ;
allt(cwarehouse) IN;
(select allt(cwarehouse) from sotemp1)


only if allt(citemno) and allt(cwarehouse) are unique.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform