Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with SQL queries
Message
From
09/04/2004 11:01:46
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00893534
Message ID:
00893549
Views:
21
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform