Commit 9e639499 9e639499397d40e2acb888a31f2a14e3e3c4192e by 张浩

commit

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