G
Guest
I have a simple table with name, address type of info. I am getting large
numbers of rows to deal with so I want a systematic way of identifying when I
may have duplicates. I am using the last name field only right now. I tried
DISTINCT and it returns just what DISTINCT promises but not what I want. I
tried NOT DISTINCT but received a syntax error. What I want returned are all
rows that have another with the same last name. Thanks.
numbers of rows to deal with so I want a systematic way of identifying when I
may have duplicates. I am using the last name field only right now. I tried
DISTINCT and it returns just what DISTINCT promises but not what I want. I
tried NOT DISTINCT but received a syntax error. What I want returned are all
rows that have another with the same last name. Thanks.