Not clear what you mean.
Could be that duplicate records are appended at the same time - even if the table was empty it ends up with duplicates.
Could be that the query appends records that are identical to records that are already there.
In the latter case, easiest might be to set one or more indexes (no dupes) on table field(s) and the query will fail to append those records. When that's working you could deal with any warnings you get.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.