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

Home -> Community -> Usenet -> c.d.o.server -> Re: add

Re: add

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Fri, 4 May 2001 10:40:02 +0200
Message-ID: <tf4qj2sij658be@beta-news.demon.nl>

"las" <laasunde_at_online.no> wrote in message news:GSsI6.3779$Ty6.70500_at_news1.oke.nextra.no...
> I've got a table called "client" with the following fields :
> name,address,city,country
> How can I add a field, say "age" to this table with out deleting and
> re-creating the table ?
>
> Thanks
>
> las
>
>

alter table client add etc
More details in the sql reference manual.

Hth,

Sybrand Bakker, Oracle DBA Received on Fri May 04 2001 - 03:40:02 CDT

Original text of this message

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