// hive 用的覆盖
insert overwrite table student select * from student where id is not null;
Hive 删除表中为Null 的数据
最新推荐文章于 2023-04-07 11:05:33 发布
// hive 用的覆盖
insert overwrite table student select * from student where id is not null;