查看分区表信息
-
mysql怎么查询分区表信息



查询方法:1、使用“show create table 表名”语句;2、使用“show table 表名”语句;3、通过查询“information_schema.partitions”表来查看表具有哪几个分区、分区方法、分区中数据的记录。 本教程操作环境:windows7系统、mysql8版本、D…



查询方法:1、使用“show create table 表名”语句;2、使用“show table 表名”语句;3、通过查询“information_schema.partitions”表来查看表具有哪几个分区、分区方法、分区中数据的记录。 本教程操作环境:windows7系统、mysql8版本、D…