如何向分区里添加数据?

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

原文地址:https://www.cnblogs.com/lidapengwww/p/11434967.html