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: deleting large number of records from table...

Re: deleting large number of records from table...

From: Roger Snowden <rsnowden_at_supergeek.com>
Date: 1997/11/11
Message-ID: <01bceefa$2e044e00$096fc589@RSNOWDEN.labinterlink.com>#1/1

You can copy some rows to a temp table and then truncate the main table, then copy the saved rows back.

Roger Received on Tue Nov 11 1997 - 00:00:00 CST

Original text of this message

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