摘要:
information_schema.tables字段说明 字段 含义 Table_catalog 数据表登记目录 Table_schema 数据表所属的数据库名 Table_name 表名称 Table_type 表类型[system view|base table] Engine 使用的数据库引 阅读全文
posted @ 2018-05-16 16:36
大雾哥
阅读(3220)
评论(0)
推荐(1)
摘要:
1、查看分区情况 SELECT PARTITION_NAME,TABLE_ROWS FROM INFORMATION_SCHEMA.PARTITIONS WHERE TABLE_NAME = 'tablename'; 2、分区 2-1时间戳 alter table tablename algorit 阅读全文
posted @ 2018-05-16 16:29
大雾哥
阅读(586)
评论(0)
推荐(0)

浙公网安备 33010602011771号