Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
Hi,
I am using hive 0.14 version which will support all crud operation as said by support team
I am not able to select specific columns to insert, like
insert into table table1 id,name,sal select id,name,sal from table2 where table1.id = table2.id