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

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -