Re: Removing duplicates from query, but not from table
- From: "Tom Ellison" <tellison@xxxxxxxxxxx>
- Date: Thu, 15 Dec 2005 13:06:22 -0600
Dear Don:
Removing exact, total duplicates from a UNION is automatic as long as it's
not UNION ALL. If there's an ALL after UNION, try removing that.
Tom Ellison
"tyrfboard" <htmldon@xxxxxxxxx> wrote in message
news:1134669774.410071.109790@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I've been searching for awhile now on how to remove duplicates from a
> table within an Access db and have found plenty of articles on finding
> or deleting duplicates. All I want to do is remove them from within an
> SQL query - leaving one of the records behind of course.
>
> I have a mailing list comprised of a union query that gets records from
> two separate tables.
> I want to be able to run a query that removes one (or more) of the
> duplicated addresses within the query but doesn't make any
> modifications to the table.
>
> Please help! :)
>
.
- Follow-Ups:
- Re: Removing duplicates from query, but not from table
- From: tyrfboard
- Re: Removing duplicates from query, but not from table
- References:
- Removing duplicates from query, but not from table
- From: tyrfboard
- Removing duplicates from query, but not from table
- Prev by Date: Re: stripping html
- Next by Date: Re: Avoiding dividing by zero errors using nz
- Previous by thread: Removing duplicates from query, but not from table
- Next by thread: Re: Removing duplicates from query, but not from table
- Index(es):
Relevant Pages
|