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:32:16
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
UDF for determining a character in a numeric string
Miscellaneous
Thread ID:
00733424
Message ID:
00733424
Views:
55
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.
Next
Reply
Map
View

Click here to load this message in the networking platform