commit
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -2,5 +2,5 @@ use testdb; | ... | @@ -2,5 +2,5 @@ use testdb; |
| 2 | 2 | ||
| 3 | INSERT OVERWRITE TABLE method_count_debug | 3 | INSERT OVERWRITE TABLE method_count_debug |
| 4 | select method,count(1) as count,max(timestamp) as timestamp | 4 | select method,count(1) as count,max(timestamp) as timestamp |
| 5 | from (select * from qa_log_debug where method is not null and method!='N/A' and timestamp>${hivevar:myTimestamp}) my_debug | 5 | from (select * from qa_log_debug where method is not null and method!='N/A' and timestamp>'${hivevar:myTimestamp}') my_debug |
| 6 | group by method; | 6 | group by method; |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment