select partition_name part, partition_expression expr, partition_description descr, table_rows from information_schema.partitions where table_schema = schema() and table_name='ccbpaybill'; SELECT partition_name part FROM information_schema. PARTITIONS WHERE table_schema = SCHEMA () AND partition_name <'p20180801' AND partition_name >'p20180401' AND table_name ='alipaybill';
altertable trends addpartition (PARTITION p20190115 VALUES LESS THAN (1547481600) ENGINE = InnoDB);