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: <ramesh_joshi_at_my-deja.com>
Date: Wed, 02 Feb 2000 22:03:39 GMT
Message-ID: <87a9jn$49l$1@nnrp1.deja.com>


select number from tab
where rowid > ( select min(rowid) from tab)

Ramesh Joshi
joshir_at_hsn.net

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Feb 02 2000 - 16:03:39 CST

Original text of this message

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