Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View doesn't function properly
Message
De
13/07/2000 16:31:04
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
View doesn't function properly
Divers
Thread ID:
00392054
Message ID:
00392054
Vues:
36
SELECT Customers.company, Transactn.track_num, Transactn.transdesc,;
Inventory.chgperkt, Inventory.clarity, Inventory.colors, Inventory.cut,;
Inventory.entered, Inventory.invoiced, Inventory.inactive,;
Inventory.karatwt, Inventory.measure, Inventory.p_descript,;
Inventory.stocknum, Inventory.total_chg;
FROM tomparco!inventory INNER JOIN tomparco!transactn;
INNER JOIN tomparco!customers ;
ON Customers.cust_id = Transactn.cust_id ;
ON Inventory.trans_id = Transactn.trans_id;
ORDER BY Inventory.stocknum

This view will pull the data for the customer table and the transactn table, but will only display the data for the stocknum field (primary)of the inventory table. Why?

Thanks
JD
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform