Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating a numeric field with a character field
Message
 
 
À
29/10/2014 11:13:53
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2012
Application:
Web
Divers
Thread ID:
01610090
Message ID:
01610105
Vues:
23
>>Use ISNUMERIC() function
>>
>>
>>UPDATE Client SET Amount2 = 
>>CASE WHEN ISNUMERIC(Amount ) = 1 THEN CAST(Amount AS INT) ELSE 0 END)
>>
>
>Thanks, this is good to know.

If you're using SQL Server 2012 or later, check TRY_CAST() function.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform