1. 首页
  2. 数据库
  3. 其它
  4. Hive那些事儿之八 大数据踩过的坑——Hive insert

Hive那些事儿之八 大数据踩过的坑——Hive insert

上传者: 2021-01-17 05:46:31上传 PDF文件 30.61KB 热度 21次
Hive那些事儿之八-大数据踩过的坑——Hive insert 我在对Hive表数据清洗后,使用了如下SQL将结果集插入到新表中: insert into db_name.table_name_1 ( col_1,col2,col3 ) with temp_table_1 as ( select id,col_2 from db_name.table_name_2 where id = condatition ), temp_table_2 as ( select id,col_3 from db_name.table_name_3 where id = con
下载地址
用户评论