select * from md_module where id='dqy'; select * from md_component where namespace = 'dqy'; select * from md_table where resmodule in( select name from md_component where namespace = 'dqy'); select * from md_class where componentid in ( select id from md_component where namespace = 'dqy' ); select * from md_accessorpara where ( paravalue like 'nc.vo.dqyyx_%'); select * from md_property where ( classid in ( select id from md_class where componentid in ( select id from md_component where name like 'dqyyx_%' ))); select * from md_column where tableid in ( select defaulttablename from md_class where componentid in ( select id from md_component where name like 'dqyyx_%' ) ); select * from md_ormap where tableid in (select id from md_table where resmodule like 'dqyyx_%'); select * from md_db_relation where endtableid in ( select defaulttablename from md_class where componentid in ( select id from md_component where name like 'dqyyx_%' ) ); select * from md_association where componentid in ( select id from md_component where name like 'dqyyx_%' ); select * from md_bizitfmap where ( classid in ( select id from md_class where componentid in ( select id from md_component where name like 'dqyyx_%' ))); select * from md_enumvalue
select * from dap_dapsystem where moduleid like 'DQ%'; select * FROM sm_funcregister WHERE funcode like ('DQ%'); select * FROM sm_paramregister p WHERE p.parentid in (select f.cfunid FROM sm_funcregister f WHERE f.funcode like 'DQ%' );
select * FROM sm_menuitemreg WHERE funcode like 'DQ%'; select * FROM bd_billtype WHERE pk_billtypecode like 'DQ%'; select * from bd_fwdbilltype where pk_billtype='20' ; select * from pub_billaction where pk_billtype like 'DQ%'; select * from pub_busiclass where pk_billtype like 'DQ%'; select * from pub_bcr_nbcr where code like 'DQ%'; select * from pub_bcr_RuleBase where nbcrcode like 'DQ%'; select * from pub_bcr_elem where pk_billcodebase in (select pk_billcodebase from pub_bcr_RuleBase where nbcrcode like 'DQ%'); select * from pub_billtemplet where nodecode like 'DQ%'; select * from pub_billtemplet_b where pk_billtemplet in (select pk_billtemplet from pub_billtemplet where nodecode like 'DQ%'); select * from pub_billtemplet_t where pk_billtemplet in (select pk_billtemplet from pub_billtemplet where nodecode like 'DQ%'); select * from pub_query_templet where node_code like 'DQ%'; select * from pub_query_condition where pk_templet in ( select id from pub_query_templet where node_code like 'DQ%' ); select * from pub_print_template where vnodecode like 'DQ%'; select * from pub_print_cell where ctemplateid in (select ctemplateid from pub_print_template where vnodecode like 'DQ%');
select * from pub_systemplate where funnode like 'DQ%'; select * from pub_systemplate_base where funnode like 'DQ%';
|