select * from information_schema.PARTITIONS where TABLE_SCHEMA not in ('performance_schema','mysql') and SUBPARTITION_EXPRESSION is not null group by table_name
select * from information_schema.PARTITIONS where TABLE_SCHEMA not in ('performance_schema','mysql') and SUBPARTITION_EXPRESSION is not null group by table_name