I have a view in Oracle designer which I'd like to add a column to. I've tried Create column
and input within the Fre Format tab the following statement:
ALTER VIEW View_name_vw
ADD (new_column VARCHAR(100));
but it's not updating. Is there something I need to include after this step? Any help appreciated.