Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INNER JOIN error
Message
From
28/03/2002 02:55:19
Peter Walburn
Omega Data Services Ltd
Aberdeen, United Kingdom
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00638244
Message ID:
00638288
Views:
27
I think some backets are needed:


SELECT StockItems.Code,StockItems.Description,StockItems.Dpt,Departments.Description,StockItemsPrc.Price FROM (StockItems INNER JOIN StockItemsPrc ON StockItems.Code = StockItemsPrc.Code)
INNER JOIN Departments
ON StockItems.Dpt = Departments.Code

Pete
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform