Hi,

I have a table partitioned by a, b, c, d column. I want to alter concatenate this table. Is it possible to use wildcard in alter command to alter several partitions at a time? For ex.

alter table TestHive partition (a=1, b=*, c=2, d=*) CONCATENATE;

BR,
Patcharee

Reply via email to