use testdb;INSERT OVERWRITE TABLE tc_responseselect method,biz_data,uid,timestamp,responsefrom qa_logwhere 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');