Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table or View?
Message
From
30/06/2000 06:53:58
 
 
To
29/06/2000 23:44:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00386724
Message ID:
00386980
Views:
18
REQUERY(lcView)


>SELECT Customers.company, Inventory_in.chgperkt, Inventory_in.clarity,;
> Inventory_in.colors, Inventory_in.cut, Inventory_in.entered,;
> Inventory_in.invoiced, Inventory_in.removed, Inventory_in.inactive,;
> Inventory_in.karatwt, Inventory_in.measure, Inventory_in.p_descript,;
> Inventory_in.stocknum, Inventory_in.total_chg, Transactn.track_num,;
> Transactn.transdesc;
> FROM inventory!inventory_in INNER JOIN inventory!transactn;
> INNER JOIN inventory!customers ;
> ON Customers.cust_id = Transactn.cust_id ;
> ON Inventory_in.trans_id = Transactn.trans_id;
> GROUP BY Customers.company;
> ORDER BY Inventory_in.stocknum
- Jeff
Previous
Reply
Map
View

Click here to load this message in the networking platform