I have a table that I would like to change the column names on a few columns depending on a name selected by the user.
I can delete the existing columns and then add the new ones using the Alter table command but was wondering if there is a way to just change the column name?
Also after the process is completed I want to change the column name back to the original, I know the location of the columns in the table so is there a way to use the column number to change the column name.
Thanks for any help.
CD
I can delete the existing columns and then add the new ones using the Alter table command but was wondering if there is a way to just change the column name?
Also after the process is completed I want to change the column name back to the original, I know the location of the columns in the table so is there a way to use the column number to change the column name.
Thanks for any help.
CD
Comment