I have a field with SSNs in which some of these numbers are missing it's leading digit due to it being a zero (0) when this file was uploaded at one time.
How can I add a 0 to the front of this field?
I used the following code to find these values:
Thanks in advance for any assistance!
How can I add a 0 to the front of this field?
I used the following code to find these values:
Code:
select *
from tblData
where len(ssn) = 8