如何向分区里添加数据?

alter table 数据库名.表名 
add partition(分区名=值)
location '文件位置/文件名分区名=值';

posted @ 2019-08-30 14:51  TryMyBest!  阅读(805)  评论(0编辑  收藏  举报