TABLE的整批删除和timestamp
bron1984 6年前 (2019-05-22) 2005浏览
1)删除相同内容的表,先找出所有表 select ‘ drop table DS_REPORT.’||object_name||’;’ from dba_objects where object_nam...
bron1984 6年前 (2019-05-22) 2005浏览
1)删除相同内容的表,先找出所有表 select ‘ drop table DS_REPORT.’||object_name||’;’ from dba_objects where object_nam...