Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do u add a column to a view

275123Jul 1 2004 — edited Jul 1 2004
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2004
Added on Jul 1 2004
5 comments
259 views