Sounds like you effectively want to be able to do:
select now()-time,poll_resp_time from myseries order by desc limit 1
As far as I know, that’s not possible, as I discovered in this thread: Shift timestamp returned by SELECT query
Sounds like you effectively want to be able to do:
select now()-time,poll_resp_time from myseries order by desc limit 1
As far as I know, that’s not possible, as I discovered in this thread: Shift timestamp returned by SELECT query