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
Post a Comment