Reduce the length of varchar2 column by protecting data
484376Feb 3 2009 — edited Feb 3 2009Hi,
I have a table in production and one of the column is having varchar2(12) nullable.Now the column datatype is going to change into varchar2(9).
How can i change the datatype of the column by protecting the data of that table.
Can anyone explain me what is the best way to deliver the sql script.
Thanks,