I\'m trying to rename a column of my delta table.So I wrote following code
%sql alter table mytable rename column oldName to neName
But I\'m