AnthonyGeorge
Technical User
I am writing a script that will add a column to a table
alter table <table_name> add <column_name>
This table has a view so I have to add that column to that view, no idea how to do this.
Thanks for any help.
Tony
alter table <table_name> add <column_name>
This table has a view so I have to add that column to that view, no idea how to do this.
Thanks for any help.
Tony