> I mean by adding adding a column and the DB2 version is 8
Adding a column has no impact whatsoever on a view.
If you happen to use "SELECT *" then the SQL Standard requires the view
NOT to pick up the extra column.
Note that "SELECT *" (especially in static objects) is by many
considered evil.
Cheers
Serge

Signature
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
satishrajana@gmail.com - 01 Mar 2006 14:20 GMT
Serge..That answers my question. Appreciate your help !