shantanu125
Programmer
Hi Gurus,
I want to decrease size of a not null column of a table from 7 to 6.
We have 70,000 rows in that table and in each row column length is always 6. How can we decrease the size of column.
I thought exporting the table data, then deleting all the rows from the table,then decreasing the size and then importing the data back should help.
Any suggestions.
I want to decrease size of a not null column of a table from 7 to 6.
We have 70,000 rows in that table and in each row column length is always 6. How can we decrease the size of column.
I thought exporting the table data, then deleting all the rows from the table,then decreasing the size and then importing the data back should help.
Any suggestions.