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: adding a column to a table

Re: adding a column to a table

From: Karel de Geus <karel.degeus_at_nl.eds.com>
Date: 1997/11/24
Message-ID: <34795FC3.19B2@nl.eds.com>#1/1

Try "alter table add (columnname type(n));"

Karel

Martin Meadows wrote:
>
> This may be a dumb question but here goes anyway. I'm a novice
> Oracle person. I have an Oracle table that needs a column added
> to it. I haven't any good SQL reference manuals. The one manual
> I have shows me how to add a row to a table with SQL. Can I add
> a column? If so, how?
>
> Thanks,
> Martin Meadows
Received on Mon Nov 24 1997 - 00:00:00 CST

Original text of this message

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