|
-
SQL> desc test
Name Null? Type
----------------------------------------- -------- ------------------
B NUMBER(38)
SQL> alter table test rename column b to a;
Table altered.
SQL> desc test
Name Null? Type
----------------------------------------- -------- -----------------
A NUMBER(38)
I suspect you have partitioned table based on the errors messages you provided.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|