查看mysql 某张表的分区情况

SELECT table_name, partition_name, table_rows 

FROM information_schema.partitions WHERE table_name='biz_log';

原文地址:https://www.cnblogs.com/javalinux/p/14981391.html