Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Identifying duplicate records
On Mon, 06 Mar 2006 09:52:00 -0800, simpsonj_at_imsweb.com wrote:
> Hi everyone, I have a table that contains duplicate records. All of
> the fields in these records are duplicates except for the primary key.
> I need to identify these records by their primary key. Can anyone help
> me with this? Thanks ahead of time.
Just truncate the table. Given the information you provided, it's the fastest way.
-- http://www.mgogala.comReceived on Mon Mar 06 2006 - 15:26:13 CST