ORACLE分区表用什么方法删除一个分区的所有数据

2025-04-16 05:22:31
推荐回答(1个)
回答1:

可以直接truncate 分区。
alter table tab_name truncate partition part_name;