Hi,I am working on a query to track when a device last sent events.I
want to list devices where the last log was received more than 5 hours
ago.I need a condition like this:LAST(Event Receive Time) < Current Time
- 5hI’ve grouped results by:LAST(Even...