Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update Command Help
Message
De
31/08/2005 09:30:13
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01045451
Message ID:
01045455
Vues:
26
Try this.

update coSuper2 set coSuper2.PrefGroupID=90 from coSuper2 inner join
coInv on coSuper2.InvID=coInv.InvID
where coinv.primedesc like '%SUTURE%'

>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%')
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform