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: Pavel Khakhaev <pvh65_at_mail.ru>
Date: Fri, 4 May 2001 12:20:39 +0400
Message-ID: <EC0DB93033E9D411B47100A0C945C0793A6EB4@exchange.stinol.int>

"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 AGE(datatype);
Pavel Received on Fri May 04 2001 - 03:20:39 CDT

Original text of this message

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