Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replacing one field with the numeric equivalent of a fie
Message
From
26/03/2008 16:07:51
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01305881
Message ID:
01305933
Views:
9
>
>UPDATE Client SET Field1=VAL(Field2)
>WHERE ISNUMERIC(Field  + 'e1') = 1
>
>
>That "Field + 'e1'" is just for SKIP all these records where you have '1e7' or '234d2' values.

Exactly, as this is what I just found out. Based on a conference call today, we thought it was only digits but on some records we have characters. So, we have to consider that and it ended up that we will avoid that approach. :)
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