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: Help! How to delete a column?

Re: Help! How to delete a column?

From: DanRivera <danrivera_at_aol.com>
Date: 1997/08/04
Message-ID: <19970804001900.UAA29155@ladder01.news.aol.com>#1/1

Create a secondary table by selecting those columns you need from the orig table. Drop the first table and recreate from a select of the temp: Create table mytable as select * from temtable; Received on Mon Aug 04 1997 - 00:00:00 CDT

Original text of this message

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