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 15:51:55
 
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00733424
Message ID:
00733433
Views:
29
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?
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform