Subject select records from within the last hour
Author Ralf Grenzing
Hi everbody

I have a very big table and want to fetch only the records from within
the last hour. I tried something like the following

select * from aTable
where TStamp >= ('TODAY' - 1 hour)

But it doesn´t work. But I know *hour* is a reserved word, so how can I
use it?

in hope

Ralf Grenzing