Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Union in subquery is invalid
Message
De
16/01/2006 11:13:34
 
 
À
16/01/2006 00:24:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01086909
Message ID:
01087196
Vues:
27
It seems to me that it doesn't know what "EXISTS" since the subquery is selecting everything.

Since you only want the Firstname matches, maybe try this?

SELECT Member.FirstName FROM Member ;
> WHERE EXISTS ( SELECT Firstname FROM New ;
> WHERE Member.Numero = New.NoMember2 ;
> OR Member.Numero = New.NoMember3 ;
> OR Member.Numero = New.NoMember4)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform