select * from dba_objects a where a.object_name like '%T_CAUSER%' and owner='DHXFASP' and a.OBJECT_TYPE='TABLE';
select * from dba_objects
最新推荐文章于 2024-07-01 00:58:10 发布
select * from dba_objects a where a.object_name like '%T_CAUSER%' and owner='DHXFASP' and a.OBJECT_TYPE='TABLE';