Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return a
Message
De
05/11/2002 08:10:34
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Return a
Divers
Thread ID:
00718875
Message ID:
00718875
Vues:
44
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform