biz_data_response.hql 206 Bytes
use testdb;

INSERT OVERWRITE TABLE biz_data_response
select method,biz_data,uid,timestamp,response
from qa_log
where method is not null and method!='N/A' and method='com.ai.handler.plan.detail.index.info';