L
Lisa W.
I am trying to get query results that will exclude all duplicate records. I
only want to see results of records that are not dups.
Is this possible?
Example: below is what the table includes with all records, including
duplicates.
Rev_Entity_ID
50001-c4011Roseb
50005-c3017WestP
50008-c1001Brook
50008-c3065Brook
50016-c1002Phila
50016-c1002Phila
The results I need are shown in the example below. It only gives results
for records which do not have a dup.
Rev_Entity_ID
50001-c4011Roseb
50005-c3017WestP
Thanks in Advance,
Lisa W.
only want to see results of records that are not dups.
Is this possible?
Example: below is what the table includes with all records, including
duplicates.
Rev_Entity_ID
50001-c4011Roseb
50005-c3017WestP
50008-c1001Brook
50008-c3065Brook
50016-c1002Phila
50016-c1002Phila
The results I need are shown in the example below. It only gives results
for records which do not have a dup.
Rev_Entity_ID
50001-c4011Roseb
50005-c3017WestP
Thanks in Advance,
Lisa W.