ORACLE 根据条件批量删除表

1.首先查询拼出要删除表的sql select 'drop table '||table_name||';' from user_tables where table_name like 'TY_%';  2.复制sql语句并执行
相关文章
相关标签/搜索