I have a health check of sorts on steemsearch which uses the following query
select top(1) datediff(minute, created, getutcdate()) as diff from comments nolock where depth=0 order by created desc
I have a health check of sorts on steemsearch which uses the following query
select top(1) datediff(minute, created, getutcdate()) as diff from comments nolock where depth=0 order by created desc
Thanks!
I try to put it to good use!
:)