tc_response.hql
334 Bytes
use testdb;
INSERT OVERWRITE TABLE tc_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'
and (method='com.lejane.handler.common.sidebar.operate.query.new.v3'
or method='com.lejane.handler.common.sidebar.operate.query.list');