sql - How to find dependent materialized query table -


is there simple way find out materialized query tables use table mytable.

as not alter table because base table materialized query table.

this queried via system catalog this:

select tabschema, tabname   syscat.tabdep  dtype = 's'    , bschema = 'db2inst1'     , bname = 'employee' 

more details columns can found here.


Comments

Popular posts from this blog

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -