Dear all,
I am Using oracle 10g R2 database on windows.
I have a doubt that,
If I have a 'Date' datatype column suppose a and want to (select Less than sysdate and greater than Sysdate-31(One Month).
e.i.
select a,b,c from T where a Less Than Sysdate-31(One month.);
How can i do this.
Thanks,
Chanchal Wankhade.