Oracle 清库脚本

清库脚本一份 表dossier_group 的字段Dossier_Table存储的是要清空的表 DECLAREtsql varchar2(500);countI number;begin FOR I IN (select * from dossier_group ) LOOP select count(*) into countI from user_tables where table
相关文章
相关标签/搜索