select * from information_schema.partitions where table_name = '테이블명'
alter table '테이블명' add partition ( PARTITION `파티션명` VALUES LESS THAN (파티션 값) }
ALTER TABLE `테이블명` DROP PARTITION '파티션명'