Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to do for remove an field

Re: How to do for remove an field

From: <gmei_at_my-deja.com>
Date: 2000/09/21
Message-ID: <8qdh5r$99n$1@nnrp1.deja.com>#1/1

  1. Create a temp table
  2. Copy data from the table you want to make change to the temp table
  3. drop the old table
  4. Re-create old table with the change (new name of a field, or drop a field)
  5. copy data back from temp table to new table
  6. drop the temp table

Hope this helps.

In article <94oy5.783$86.21313_at_tengri.easynet.fr>,   "Hanvidinpho" <support_at_tclog.fr> wrote:
> How to do for remove a field in a table ?
> And how to do for rename a field in a table ?
>
> Thanks
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Sep 21 2000 - 00:00:00 CDT

Original text of this message

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