Hey guys,
I have table with a field for SSN stored as text. Ex. 222-22-2222.
I want to run a query that will return only the last 4 digits or characters of the SSN. Is there a SQL function to do this? I've played around with RIGHT(), but doesn't seem to work for me. Thanks.
I have table with a field for SSN stored as text. Ex. 222-22-2222.
I want to run a query that will return only the last 4 digits or characters of the SSN. Is there a SQL function to do this? I've played around with RIGHT(), but doesn't seem to work for me. Thanks.