Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT ... JOIN Syntax
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00126277
Message ID:
00126279
Vues:
25
Garrett,

I'm guessing that what bugs you is the fact that Rushmore won't be operative on this. If that is the case, why not put an index on classgrup and be done with it?

Good luck,

Jim N

>Any of the SQL gurus out there have an opinion or two on the following code?
>SELECT gsf1.*, classify.classcode, classify.classgrup ;
> FROM gsf1 ;
> LEFT JOIN classify ON gsf1.contactno = classify.contactno ;
> AND classify.classgrup = 'JOBTYPE'
>
>It really bugs me to be joining on more than the keys, but if I don't do it this way, I have to do a separate select to restrict classify before joining the two results. Is this kosher?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform