Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL query for item count
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00655656
Message ID:
00655664
Views:
24
I think this works:
SELECT item.stock_no, equip_name, level, count(item.stock_no);
 FROM stock, item;
 WHERE item.stock_no=stock.stock_no;
 GROUP BY item.stock_no
Thanks!

No....thank you!
-- Larry Keyes
Remember only You can prevent Gray Goo. Never release nanobot assembers without replication limiting code.
Previous
Reply
Map
View

Click here to load this message in the networking platform