假如想删除某个特定日期前的分区,可以参考下面语句:

alter table table_name drop partition (dt<'20231201') purge;

posted on 2024-12-05 14:59  dw2nn  阅读(166)  评论(0)    收藏  举报