Commit 9e639499 9e639499397d40e2acb888a31f2a14e3e3c4192e by 张浩

commit

1 parent 59d6145f
......@@ -3,4 +3,5 @@ use testdb;
INSERT OVERWRITE TABLE method_count
select method,count(1) as count,max(timestamp) as timestamp
from qa_log
where method is not null and method!='N/A'
group by method;
\ No newline at end of file
......