Hi ,
The requirement is to change data type of one column to another data type as from Integer to Character.
In order to do this, tried by Alter column with data type and it is not allowing because of incompatibility.
Now, I like to rename existing column and then create new column with same name and when trying to do this then getting -750 error.
I have dropped associated 'View' with table before trying to rename column.
Please suggest.
Many Thanks