Hi
I am trying to rename an existing colmn in one of my tables dynamically, but come up with the following error message. I am not sure how to get around this. I want to change the column called Month1 to Test
Any help would be appreciated
Thanks
Les
I am trying to rename an existing colmn in one of my tables dynamically, but come up with the following error message. I am not sure how to get around this. I want to change the column called Month1 to Test
Code:
ALTER Column tblSummary
ALTER COLUMN month1 to TEST;
Any help would be appreciated
Thanks
Les