Pergunta

I need to select rows where timestamp is between now and 5 minutes in the past. How do I do it? Something like that:

select * from tableName where timestamp between sysdate and up to -5 min

The simpler - the better.

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top