Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update Command Help
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Update Command Help
Miscellaneous
Thread ID:
01045451
Message ID:
01045451
Views:
78
I'm hoping someone can help structure this command to it actually works, below is what I was thinking,but it causes a sytax error.

Thanks for anyhelp
update coSuper2 set coSuper2.PrefGroupID=90 where
(select coSuper2.invid, coinv.PrimeDesc,coSuper2.PrefGroupID
from coSuper2 inner join
coInv on coSuper2.InvID=coInv.InvID
where coinv.primedesc like '%SUTURE%')
Next
Reply
Map
View

Click here to load this message in the networking platform