Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UNION does not get the record on specific environment
Message
From
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:
00721933
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. :)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform