mysql分区查询

SELECT
*
FROM
INFORMATION_SCHEMA.partitions
WHERE table_name='表名' and table_schema='数据库名'

原文地址:https://www.cnblogs.com/Anders888/p/5153935.html