oracle查询新建的表

tech2025-10-03  2

select * from dba_objects d where d.OWNER='WJ' and d.OBJECT_TYPE='TABLE' order by d.CREATED desc;

 

最新回复(0)