drop partitions
Is it possible to drop all the partitions of a table in one shot, without having to drop the table itself?
my understanding is that alter table drop partition allows to drop one partition at a time ..
appreciate your feedback
my understanding is that alter table drop partition allows to drop one partition at a time ..
appreciate your feedback
0