biz_data_response.hql 221 Bytes
use testdb;

INSERT OVERWRITE TABLE biz_data_response_debug
select method,biz_data,uid,timestamp,response
from qa_log_debug
where method is not null and method!='N/A' and timestamp>unix_timestamp(${hiveconf:myTimestamp});