max_timestamp.hql 156 Bytes Raw Blame History Permalink 1 2 3 4 5 6 use testdb; INSERT OVERWRITE TABLE biz_data_response_debug select max(timestamp) as timestamp from qa_log_debug where method is not null and method!='N/A';