Hi,
I have a table that has a column with name "comment" in it. I think that "comment" is an oracle keyword so i would like to rename this column.
when i use the syntax "alter table tablename rename column comment to somethingbetter " i get error invalid identifier. I also tried dropping the column altogether and creating a new one but i get the same error on drop.
I tried creating a new table for an example to post here but i get the same error on "comment".
I don't know how this column got created in the first place, but after the trouble im having here I really think this column needs to be renamed to avoid future problems.
Any ideas?
I have a table that has a column with name "comment" in it. I think that "comment" is an oracle keyword so i would like to rename this column.
when i use the syntax "alter table tablename rename column comment to somethingbetter " i get error invalid identifier. I also tried dropping the column altogether and creating a new one but i get the same error on drop.
I tried creating a new table for an example to post here but i get the same error on "comment".
I don't know how this column got created in the first place, but after the trouble im having here I really think this column needs to be renamed to avoid future problems.
Any ideas?
Comment