Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select problem
Message
De
06/04/2006 12:54:26
 
 
À
04/04/2006 08:57:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
01110231
Message ID:
01111072
Vues:
15
Try:
SELECT invoice.client_name, item_invoice.item_hscode;
 FROM ;
     invoice ;
    INNER JOIN item_invoice ;
   ON  invoice.inv_no = item_invoice.inv_no;
 WHERE  item_invoice.item_hscode = 8899009900
>i have two table
>
>
>(table invoice) = inv_no,trans_no,client_code,client_name
>
>and
>
>(table item_invoice) = inv_no,trans_no,item_hscode
>
>
>
>so i want to retrieve all the client name that have the item_hscode 8899009900
>
>
>so how can i do that
>
>thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform