码迷,mamicode.com
首页 > 数据库 > 详细

Oracle生成批量清空表数据脚本

时间:2019-11-01 18:42:47      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:like   type   class   not   清空   数据   delete   rac   ike   

 

select DELETE FROM  || a.table_name || ;      -- || a.comments 
from user_tab_comments a 
where a.table_type in(TABLE) and table_name not like SYS_%

 

Oracle生成批量清空表数据脚本

标签:like   type   class   not   清空   数据   delete   rac   ike   

原文地址:https://www.cnblogs.com/xtjatswc/p/11778414.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!