2018年12月25日

oracle批量删除表

摘要: select 'DROP TABLE '||TABLE_NAME||';' from user_tables where table_name like ‘%T_%’ 阅读全文

posted @ 2018-12-25 09:52 贾广祥 阅读(459) 评论(0) 推荐(0)

导航