C
Cathy C
I'm querying a table with criteria which yields SSNs. Some of the SSNs are
duplicates since they have more than one product. I just want one instance
of each SSN. I know I can append it to a table that has SSN as a primary
key, but is there a one-step query that yields this information without
having to create a table?
Thanks,
Cathy
duplicates since they have more than one product. I just want one instance
of each SSN. I know I can append it to a table that has SSN as a primary
key, but is there a one-step query that yields this information without
having to create a table?
Thanks,
Cathy