Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update Command Help
Message
From
31/08/2005 14:40:24
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01045451
Message ID:
01045626
Views:
26
UPDATE coSuper2 
SET    coSuper2.PrefGroupID = 90 
WHERE  coSuper2.invid IN 
          ( SELECT coSuper2.invid
            FROM   coSuper2 
                   INNER JOIN coInv ON coSuper2.InvID=coInv.InvID
            WHERE  coInv.primedesc like '%SUTURE%'
          )
Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform