下面两种方法:
1、通过导入空数据文件替换表数据
import from empty.del of del replace into table_name
2、alter table table_name active not logged initially with empty table
本文介绍了两种清空数据库表的方法:一是通过导入空数据文件来替换原有表数据;二是使用SQL命令直接操作表,实现快速清空并初始化为空表。
下面两种方法:
1、通过导入空数据文件替换表数据
import from empty.del of del replace into table_name
2、alter table table_name active not logged initially with empty table

被折叠的 条评论
为什么被折叠?