Drop all partitions from a hive table?

后端 未结 0 1275
清酒与你
清酒与你 2021-02-13 07:51

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=...);

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