hive添加分区
?
添加分區 alter table 表名 add partition (dt='2016-09-12');select * from 表名 where dt = '2016-09-12' limit 10;?
總結
- 上一篇: 轻量级ORM
- 下一篇: C++接口定义及实现举例
?
添加分區 alter table 表名 add partition (dt='2016-09-12');select * from 表名 where dt = '2016-09-12' limit 10;?