Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with this statement?
Message
From
23/03/2005 08:35:06
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00997959
Message ID:
00998376
Views:
40
Hello:

This your code:

update product set Name = 'RocheThomas RT14 Valve Oil', set ProductTypeID = 8 where SKU = 'AE1001'

This me code:

update product
set Name = 'RocheThomas RT14 Valve Oil',
ProductTypeID = 8
where SKU = 'AE1001'

you don't have to use SET's several.

Bye.
Previous
Reply
Map
View

Click here to load this message in the networking platform