How do u add a column to a view
275123Jul 1 2004 — edited Jul 1 2004I 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