Alter table table_name modify partition_name drop subpartition sp_xx values (value)
这个语句好像不行,该怎么做
alter table table_name drop subpartition sp_xx;