D
Dominick D.
Hello, I have a table of 280K rows; in this table, I have many dup rows. It
looks like this:
101
102
..
..
20405
20405
20405
21000
21000
and so on. Now, I must not only remove the dups, which I know how to do, but
how do I also delete the original row? In other words, take 20405: I can
remove the dups by setting in a query, unique values to yes, but how do I
take out 20405 as well? I can't hunt and peck a table of over 280K and delete
manually, so what query statement can I use? I need to remove the dups and
the original row so that I can append this table to another table, with
removed dups and the original row. Thanks.
looks like this:
101
102
..
..
20405
20405
20405
21000
21000
and so on. Now, I must not only remove the dups, which I know how to do, but
how do I also delete the original row? In other words, take 20405: I can
remove the dups by setting in a query, unique values to yes, but how do I
take out 20405 as well? I can't hunt and peck a table of over 280K and delete
manually, so what query statement can I use? I need to remove the dups and
the original row so that I can append this table to another table, with
removed dups and the original row. Thanks.