添加分区 alter table 表名 add partition (dt='2016-09-12'); select * from 表名 where dt = '2016-09-12' limit 10; 相关文章: 2021-06-12 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-09-14