Drop all partitions from a hive table?

后端 未结 0 666
迷失自我
迷失自我 2021-02-13 07:46

How can I drop all partitions currently loaded in a Hive table?

I can drop a single partition with alter table

drop partition(a=, b=...);

相关标签:
回答
  • 消灭零回复
提交回复
热议问题