hi all,
Is it possible to add new column to existing view? For example:
let us have three tables:
table1 with columns(c1,c2 ,c3 )
table2 with columns (cc1,cc2, cc3)
table3 with columns(ccc1,cc c2)
we have a view "View1" with columns say c1, cc1
Now is it possible to add new column ccc2 to the existing view "View1"
thanks
Is it possible to add new column to existing view? For example:
let us have three tables:
table1 with columns(c1,c2 ,c3 )
table2 with columns (cc1,cc2, cc3)
table3 with columns(ccc1,cc c2)
we have a view "View1" with columns say c1, cc1
Now is it possible to add new column ccc2 to the existing view "View1"
thanks
Comment