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: simple PL/SQL Question: deleting repeated rows

Re: simple PL/SQL Question: deleting repeated rows

From: damorgan <damorgan_at_exesolutions.com>
Date: Wed, 27 Mar 2002 17:18:25 GMT
Message-ID: <3CA1FEE3.28F4E47C@exesolutions.com>


Think about a query that will identify which rows have duplicate values. Then use it as a subquery.

Daniel Morgan

Mario Christ wrote:

> Hi,
>
> I am just starting with PL/SQL. Maybe someone can help solving a very
> simple problem.
>
> suppose you have the following table (one row only):
>
> ROW1
> A
> B
> B
> C
> B
>
> how do I delete the repetitions? The table I want to get would be:
> ROW1
> A
> B
> C
> B
>
> thank you in advance,
> Mario Christ, Berlin
Received on Wed Mar 27 2002 - 11:18:25 CST

Original text of this message

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