Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UNION does not get the record on specific environment
Message
 
 
To
12/11/2002 20:18:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00721818
Message ID:
00721939
Views:
11
>>Hi Michel,
>>
>>I've no idea why it doesn't work the way it suppose to but I think you can get desired result w/o UNION. Try
SELECT Member.FName, Member.LName, Member.Numero ;
>>	FROM Member ;
>>	WHERE Member.Numero  IN ( SELECT NoMember FROM Reservation)
>>		OR Member.Numero IN ( SELECT NoMember FROM Other)
>>
>
>I never use this syntax probably because I think it's not as intuitive as a UNION. IAC, that's a workaround, such as I did with GO TOP, which is a real mystery in regards to the original problem. :)

It isn't workaround but rather different way to achive the same result.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform