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: How do DBA products manage to insert a column in a table ??

Re: How do DBA products manage to insert a column in a table ??

From: <joseph_testa_at_aep.com>
Date: 1998/02/25
Message-ID: <6d1hq4$dcj$1@nnrp1.dejanews.com>#1/1

To add a new column is no biggie, alter table <tablename> add column_name column_type

now oracle's stand on adding a column to the middle is that the order of columns in a table makes no difference except in the case of (raw) long datatype where you want it at the end.

Adding a table to a column is a new one on me.

To drop a column is alot harder, but I've written a package that will do it, you can find it on www.oracle-dba.com

joe

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed Feb 25 1998 - 00:00:00 CST

Original text of this message

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