Commit 5f392017 5f392017e54636fccf9ddea4e6986aee890ffdf8 by zhanghao

commit

1 parent fa007b43
1 use testdb; 1 use testdb;
2 2
3 INSERT OVERWRITE TABLE biz_data_response_debug 3 INSERT OVERWRITE TABLE project_config_debug
4 select max(timestamp) as timestamp 4 select max(timestamp) as timestamp
5 from qa_log_debug 5 from qa_log_debug
6 where method is not null and method!='N/A'; 6 where method is not null and method!='N/A';
...\ No newline at end of file ...\ No newline at end of file
......