Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Identifying duplicate records
SELECT
DISTINCT A.PRIMARY_KEY,
FROM
TABLE A NATURAL JOIN
TABLE B
Received on Mon Mar 06 2006 - 15:49:53 CST