Programmer99
MIS
I have a table that contains many SSNs and some of them are in the table more than once. What I'm trying to do is create a new field and populate the field to a value of "1" for each unique SSN.
For instance for the rows that have multiple SSNs, I want to value the first new field to 1 and the remaining same SSNs fields to 0. Any ideas of how to approach this?
Thanks.
For instance for the rows that have multiple SSNs, I want to value the first new field to 1 and the remaining same SSNs fields to 0. Any ideas of how to approach this?
Thanks.