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 rows

Re: Identifying duplicate rows

From: <joe_celko_at_my-deja.com>
Date: Wed, 02 Feb 2000 21:54:09 GMT
Message-ID: <87a91t$3qs$1@nnrp1.deja.com>

>> I'm trying to develop the PL/SQL code that can list only numbers
that are duplicates ... <<

 SELECT nbr
   FROM Foobar
  GROUP BY nbr
 HAVING COUNT(*) > 1; --CELKO-- Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Feb 02 2000 - 15:54:09 CST

Original text of this message

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