Hello,
I would wish the possibility of simply renaming a table column within the edit window.
Since Oracle 9.x it's possible to rename a column.
ALTER TABLE tab_name RENAME COLUMN old_name TO new_name;
Yet, the column is dropped and added again afterwards. This works for empty tables, but with filled ones you'll get trouble.
Stefan
I would wish the possibility of simply renaming a table column within the edit window.
Since Oracle 9.x it's possible to rename a column.
ALTER TABLE tab_name RENAME COLUMN old_name TO new_name;
Yet, the column is dropped and added again afterwards. This works for empty tables, but with filled ones you'll get trouble.
Stefan