DB2 sql:
Is it possible change a viewA that is called from another viewB, without delete the second one?
At the moment I have a viewA,
then a viewB that uses viewA.
I want to change viewA without drop it, because if I drop it, viewB has be dropped too.
And I would like only modify viewA,
something like CHGPF command, in DDS structure...
I can also use DSPFD(LIB/VIEW) to retreive the sql code..