create table x as select * from y;
truncate table y;
alter table x modify c1 number(10);
insert into x select * from y;
|
Results 1 to 10 of 15
Thread: decrease column sizeThreaded View
|
Click Here to Expand Forum to Full Width |