I have to get data from Oracle Table in which I have one datefield called lastupdatedDate and I want to get only that rows back in which lastupdatedDate is in last 10 mins of sysdate
for example if in my table I have lastupdateDate as 05/20/09 4:20:44 then I want this row back in my result until from if I run the query in between 05/20/09 4:20:44 to 05/20/09 4:30:44 ,if I run query on 05/20/09 5:31:44 I am not suppose to get this row in my result.