I have a requirement where I want to rename a column. In in this case, it should happen like:
1.) I need to create a new column with the existing column structure. 2.) Migrate the data to the new column. 3.) Retain the old column.
I don't have the new column structure and I have to take it from the old column.
TIA.