Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Identifying duplicate records

Re: Identifying duplicate records

From: <Martin.Choma_at_gmail.com>
Date: 6 Mar 2006 13:49:53 -0800
Message-ID: <1141681793.575537.200400@j52g2000cwj.googlegroups.com>


SELECT
  DISTINCT A.PRIMARY_KEY,
FROM
  TABLE A NATURAL JOIN
  TABLE B Received on Mon Mar 06 2006 - 15:49:53 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US