Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incorrect syntax near '='
Message
De
09/11/1999 01:42:54
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Incorrect syntax near '='
Divers
Thread ID:
00288898
Message ID:
00288898
Vues:
64
I encountered this error message when trying to update
a record in the SQL Server 6.5

Error message: Incorrect syntax near '='

My SQL statement is:
Update tablename SET qty = qty + 20 FROM tablename
where Rtrim(LTrim(Order_no)) = '12345' AND
RTrim(LTrim(sku_no)) = '11111'

Anything wrong with this statement? Pls help, thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform