How to reduce the column length (alternative way) ? [message #302562] |
Tue, 26 February 2008 02:54 |
mm_kanish05
Messages: 493 Registered: January 2007 Location: Chennai
|
Senior Member |
|
|
Hello,
I have column in a table having 9000000 records, that is column length 14 and i want to reduct the coloumn length 8 ,
is this the only way?
1. make a copy of column with values
2. drop the column from the table
3. create a new column in the tbale
4. copy the correspoinding values from backup.
is there possible without drop the column.
wbr
kanish
|
|
|
|
|
|