Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return a
Message
From
05/11/2002 08:10:34
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Return a
Miscellaneous
Thread ID:
00718875
Message ID:
00718875
Views:
43
Hi this is what I would like to accomplish.

TableA
-------
OrderedItemID
OrderedItem
Group

TableB
--------
OrderItemID
OrderItem
Baseprice

TableC
--------
GroupID
Group
GroupFactor


Select * from TableA a ,
(Select BasePrice * GroupFactor
FROM TableA a2
INNER JOIN TableC c
ON a2.Group = c.Group)
INNER JOIN TableB b ON a.OrderedItem=b.OrderedItem

I receive an error when I try this statement.

Thanks for the help,

Alvin
Next
Reply
Map
View

Click here to load this message in the networking platform