method_count.hql 132 Bytes Raw Blame History Permalink 1 2 3 4 5 6 use testdb; INSERT INTO TABLE method_count select method,count(1) as count,max(timestamp) as timestamp from qa_log group by method;