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

Home -> Community -> Usenet -> c.d.o.misc -> Re: insert a column

Re: insert a column

From: Paul Q <paulq_at_home.com>
Date: Mon, 18 Oct 1999 01:07:33 GMT
Message-ID: <ppuO3.6151$P6.358911@news2.rdc1.on.home.com>


alter table add
( field_name attribute)

nmadson_at_my-deja.com wrote in message <7udfep$dqb$1_at_nnrp1.deja.com>...
>Is it possible to insert a column (specifically a rowid column) into an
>already populated Oracle table? So far I've had to create a new table
>and load the data into that table; I thought SQL had a MODIFY TABLE
>command that would let you do that, but I don't see such a command in
>the reference books I've got.
>
>Nolan Madson
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Sun Oct 17 1999 - 20:07:33 CDT

Original text of this message

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