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: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/11/24
Message-ID: <34798B95.A1AD9B02@gatwick.geco-prakla.slb.com>#1/1

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?

alter table taba add(flda data_type);

Regards,

Ian Received on Mon Nov 24 1997 - 00:00:00 CST

Original text of this message

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