Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return a
Message
De
13/11/2002 15:24:00
 
 
À
05/11/2002 08:10:34
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
00718875
Message ID:
00722337
Vues:
13
Hi!

I am not sure what was the error message you were referring to but the first change you need is to rename the 'Group' column, which is a SQL key word.

I changed the query as follows and it seems to be working fine this way:

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

Hope this helps.
Ramona
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform