Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UDF for determining a character in a numeric string
Message
From
16/12/2002 16:27:43
 
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00733424
Message ID:
00733447
Views:
22
The problem with isNumeric() is, we are storing the hyphens in the data (not my choice).

>TSQL has the isNumeric() function.
>
>-Mike
>
>>I need to write a UDF to validate existing SSN in our system. We have found numerous SSN's with a character in the number. The numbers were imported from another system that did not validate the information.
>>
>>I need to look at each position in the ssn and determine if it is a character or a number.
>>
>>@ivalue = ASCII(SUBSTR(@cssn, @iposition, 1)
>>
>>Then I look to see the value of @ivalue is between 48 and 57.
>>
>>Any ideas?
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Previous
Reply
Map
View

Click here to load this message in the networking platform