Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> a question about alter table
I have a table column defined as number(10,3)
I can alter this column to number(11,4) but I can't
alter this table column to number(10,4). I know
the most significant byte can be discarded because
we never use it in the table.
Can I do this by simply dropping a constraint
and than do the alter table with number(10, 4)?
thanks
Charles Luo
Received on Mon Jul 05 1999 - 18:29:52 CDT
![]() |
![]() |