hive导入数据到分区表/动态导入

首先说明,insert into tab_name (clumn1,…) values (…) 这种格式hive是不支持的 从A表中查询数据插入到B分区表中 hive> insert into table Bweb > partition (分区1 = '',分区2 = '') > select id, name > from A > where ...; 若是使用svg >inser
相关文章
相关标签/搜索