Hi all,

I have fallowing table.

*Name(String) | Capacity(String) | Time(BIGINT)*
*
*
I want to get rows which have 'Time' in last hour. How can I do that?

I tried following but didn't work.

*select * from table1 where Time > (unix_timestamp() - 60*60*1000);*
*
*
*
*
Thanks.

-Bhathiya.

Reply via email to