题目详情
单选题 下面关于Hive sQL将分区表table2中所有的数据迁移至table1中描述正确的是( ),要求一模一样
A. INSERT OVERWRITETABLE table1 PARTITION (dt='{iyyyyMMdd-1dj}')SELECT*FROM table2
B. INSERT OVERWRITETABLE table1 PARTITION (dt='tfyyyyMMdd-1d}])SELECT*FROM table2WHERE dt= 'iyyyyMMdd-1d}}'
C. INSERT OVERWRITE TABLE table1 SELECT *FROM table2
D. INSERT OVERWRITE TABLE table1 SELECT*FROM table2 WHERE dt = 'lyyyyMMdd-1d}

学科:划水
时间:2024-01-17 14:01:43
相关题目
相关作业
