biz_data_response.hql 201 Bytes Raw Blame History Permalink 1 2 3 4 5 6 use testdb; INSERT OVERWRITE TABLE biz_data_response select method,biz_data,uid,platform,deviceInfo,version,imei,app_id,timestamp,response,trace from qa_log where method is not null and method!='N/A';