Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I am picking up orphans in my SELECT statement?
Message
De
13/11/2000 09:45:13
 
 
À
08/11/2000 12:03:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00439280
Message ID:
00440977
Vues:
13
>>Here is my code:
>>select tabletest1.order_date,;
>>tabletest2.custno,;
>>tabletest2.amount;
>>from tabletest1;
>>left join tabletest2 on tabletest1.custno = tabletest2.custno;
>>where substr(dtoc(tabletest1.order_date),7,2) = '99'
>>
>>I am picking up all the records in tabletest1 instead of just the
>>matches found with tabletest1.custno = tabletest2.custno? any ideas?
>
>Take out the LEFT JOIN - just make it a JOIN.
----
yea, that works..thanks..:)
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform