Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help with Select SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00096128
Message ID:
00096186
Vues:
21
Michelle,

Actually, I think Bob's is the best:

select distinct a.id from a,b,c where a.id = b.id or a.id = c.id

You should add DISTINCT after SELECT if you don't want to get duplicate ID's for records in a that are in both b and c. My original suggestion will return the same results, but I think Bob's will be the fastest.

>>Now you have three :)
>
>
>Yep. This place is great! I'm glad I've finally become a member.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform