Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to rename and delete a particular column in a table?

bootstrapDec 6 2009 — edited Dec 7 2009
Hi,

suppose i have a table having the following defination:

create table t1
( a number not null,
b varchar2(20),
c varchar2(20));

later on i want to rename column b to x and in the next step i want to delete column c and all its content. How to do that?
This post has been answered by Frank Kulash on Dec 7 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 4 2010
Added on Dec 6 2009
7 comments
871 views