Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UNION does not get the record on specific environment
Message
 
 
À
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:
00721939
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. :)

It isn't workaround but rather different way to achive the same result.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform