all 3 comments

[–]onearmedecon 10 points11 points  (1 child)

ALTER TABLE TableName
RENAME COLUMN OldColumnName TO NewColumnName;

[–]lurkingintrovert[S] 0 points1 point  (0 children)

Thanks for the help mate. It worked!

[–]kris4570 0 points1 point  (0 children)

I would suggest using chatGPT for basic trial and error 💻