Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating a numeric field with a character field
Message
From
29/10/2014 10:33:12
 
 
To
29/10/2014 10:23:21
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01610090
Message ID:
01610095
Views:
25
It seems this is not supported. I was lucky enough that the value entered in the character field was integer values only.

So, this works:
UPDATE Client SET Amount2=CAST(Amount AS INT)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform