Add server timestamps exclude
This commit is contained in:
parent
217dfad22d
commit
94a1124b16
@ -52,3 +52,6 @@ select AGENT_ID,
|
|||||||
VM_IN_PROGRESS_TIME
|
VM_IN_PROGRESS_TIME
|
||||||
from agent_status_deduplicated
|
from agent_status_deduplicated
|
||||||
where row_number = 1
|
where row_number = 1
|
||||||
|
and EXTRACT(
|
||||||
|
TIME
|
||||||
|
FROM TIMESTAMP) not in ('01:30:00', '07:30:00', '13:30:00', '19:30:00')
|
||||||
Loading…
Reference in New Issue
Block a user