Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's wrong with this statement?
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00997959
Message ID:
00997963
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform