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

simple PL/SQL Question: deleting repeated rows

From: Mario Christ <mario.christ_at_gmx.net>
Date: 27 Mar 2002 09:01:05 -0800
Message-ID: <ca4deda8.0203270901.7938e88e@posting.google.com>


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:01:05 CST

Original text of this message

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