Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with this statement?
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00997959
Message ID:
00997963
Views:
16
>update product set Name = 'RocheThomas RT14 Valve Oil', set ProductTypeID = 8 where SKU = 'AE1001'
>
>I get the following error:
>Incorrect syntax near the keyword 'set'.
>
>Thanks,
>Paul

Try
update product set Name = 'RocheThomas RT14 Valve Oil', ProductTypeID = 8 where SKU = 'AE1001'
I took out the second word "Set".
Greg Reichert
Previous
Reply
Map
View

Click here to load this message in the networking platform