Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UNION does not get the record on specific environment
Message
De
12/11/2002 20:18:06
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00721818
Message ID:
00721933
Vues:
12
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform