> 有关“partition_expression”的文章
  • mysql查看表分区

    SELECT partition_name part, partition_expression expr, partition_description descr, table_rows FROM information_schema.partitions WHERE table_sche...

    04-23 40 171 文档中心