Re: Appending columns

From: Bill Hudden <hudden_at_world.std.com>
Date: Mon, 28 Feb 1994 15:44:54 GMT
Message-ID: <CLxyEv.ELK_at_world.std.com>


In article <2kjfj5INNnsa_at_skink.cis.ohio-state.edu> skiba_at_cis.ohio-state.edu (david j skiba) writes:
>I have a table created in an oracle 6 database. Is there an easy way
>to append a new column to the table after data is already in it?
>

How about:

alter table YOUR_TABLE
add
(NEW_COLUMN CHAR/NUMBER); BH Received on Mon Feb 28 1994 - 16:44:54 CET

Original text of this message