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: Example of using ALTER to add columns

Re: Example of using ALTER to add columns

From: Dick Allie <dallie_at_ionet.net>
Date: 1997/04/02
Message-ID: <3342993C.4DAB@ionet.net>#1/1

Michael Duke wrote:
>
> Could anyone show me an example of using ALTER to add
> columns to a table? Is it as simple as
>
> ALTER TABLE tablename
> rowname rowtype,
> rowname rowtype;
>
> Thanks in advance,
> Michael
> a10377_at_email.mot.comHi.

You are close. It is ALTER TABLE tablename

                         ADD (rowname  rowtype,
                              rowname  rowtype);

Hope this helps.
Dick Allie - dallie_at_ionet.net Received on Wed Apr 02 1997 - 00:00:00 CST

Original text of this message

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