rename table column

Hi,

Where I can in PL/SQL Developer GUI (5.1.6.747) rename column in table (RDBMS 9.2.0.4)? By analogy with statement "alter table table_name rename column old_col_name to new_col_name;" in Command Window.
 
This is not currently implemented in the GUI. You can only explicitly execute this command in the SQL Window or Command Window.
 
Back
Top