Hi,
I am using DB2 UDB 9.1, today i tried to create an MQT using another MQT.
For example : create table mqt_test as (select col1,col2 from mqt1) data initially deferred refresh deferred;
In the above statement mqt1 is one MQT created in my db, now i am trying to create another mqt i.e, mqt_test on top of it.
Is it possible to create like this because Oracle Mat views supports this, but i dont know about DB2. Can any one suggest me on this.
Thanks,
Siva
I am using DB2 UDB 9.1, today i tried to create an MQT using another MQT.
For example : create table mqt_test as (select col1,col2 from mqt1) data initially deferred refresh deferred;
In the above statement mqt1 is one MQT created in my db, now i am trying to create another mqt i.e, mqt_test on top of it.
Is it possible to create like this because Oracle Mat views supports this, but i dont know about DB2. Can any one suggest me on this.
Thanks,
Siva
Comment