Description
cannot drop the only partition of a partitioned table
Cause
A drop partition command is being executed when there is only one partition in the table
Solution/Action
Ensure that there is at least one partition. Drop table to remove all partitions
Commnets