Hive靜態分區數據拷貝

Hive版本:2.1.1

set hive.support.quoted.identifiers=none;
insert overwrite table ods.ods_call_logs_xx partition(pt='2019-09-22') 
select `(pt)?+.+` from test_ods.ods_call_logs_xx where pt = '2019-09-22';

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章