来自于四明山的码农

 

mysql分区查询

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

posted on 2016-01-23 20:22  技术先锋  阅读(394)  评论(0)    收藏  举报

导航