G
Guest
I am trying to rename a colum using an SQL statement run in a macro using the
RunSQL action. Some forums have told me to use the following:
ALTER TABLE [CurrentTable] RENAME COLUMN [OldName] TO [NewName];
When I try to run this I get the following message: "Syntax Error in the
ALTER TABLE statement". What am I doing wrong? It seems pretty simple to
me, and many other forums have offered this advice for doing this.
RunSQL action. Some forums have told me to use the following:
ALTER TABLE [CurrentTable] RENAME COLUMN [OldName] TO [NewName];
When I try to run this I get the following message: "Syntax Error in the
ALTER TABLE statement". What am I doing wrong? It seems pretty simple to
me, and many other forums have offered this advice for doing this.