hi
i am getting output correctly with this query
select * from test where test_DATE < SYSDATE + 90
i need to get the out put as above query using this 2 second query
select * from test where sysdate-test_DATE between 0 and 91
thanxs
i am getting output correctly with this query
select * from test where test_DATE < SYSDATE + 90
i need to get the out put as above query using this 2 second query
select * from test where sysdate-test_DATE between 0 and 91
thanxs
Comment